Hi,
I have a really simple as well as very annoying issue. This very basic instruction does not work as it should be.
Serial.println("hi");
When I choose the "MSP430g2452" as board, compile and upload it to my launchpad it will show me "hi" at my serial monitor. If I change the board to the one I actually use, "MSP430g2553", compile&upload it will not give me any message at the monitor. I feel like something must be wrong with my drivers/energia.
- I did not change the jumper between both uploads.
- I did upload exactly the same code, just with the correct board configuration and it does not work
- I use Energia 0101E0012, I also tried Energia 0101E0011 - the same issue
- I use a Windows emulation (Parallels), but even my MAC Energia had the same problem
What do I miss here? I am quite confused.
Best