Hello guys,
I just got into the world of MSP but am facing a disturbing problem since hours: The Serial Monitor stays clear no matter what I am doing.
I own a MSP430G2452IN20 Launchpad Rev 1.5, all J3-Jumpers are vertical.
I did try both USB 2.0 and USB 3.0.
I did try alternative Serial Monitors like PuTTY or the terminal in CCS 6.
I did reinstall the EZ-430 UART drivers.
I tried every COM that is listed.
The Baud rate is set to 9600 in both script and serial Monitor.
The script I tried is following:
void setup() {
Serial.begin(9600);
}
v