avi1991nash 1 Posted February 10, 2016 Share Posted February 10, 2016 serial monitor not showing reading after successful update of program Quote Link to post Share on other sites
yosh 121 Posted February 10, 2016 Share Posted February 10, 2016 Please check under "Tools->Serial Port" whether the COM-Port is "checked" ... sometimes I have the same problem, that uploading works without problems, but serial output don't ... so just give it a try. Sometimes it also helps to re-connect the Launchpad (the USB cable). Quote Link to post Share on other sites
Fmilburn 445 Posted February 10, 2016 Share Posted February 10, 2016 Hi @@avi1991nash and welcome The G2553 and Energia can be a bit fiddly. In addition to what yosh suggests, try resetting the microcontroller if it doesn't print to Serial after a successful flash. Your use of Serial.write(0xd); probably isn't doing what you want it to. The easy way to get a line feed is to use Serial.println(); but you could also use Serial.write(0xA) or Serial.print('\n"); Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.