blue minerals 0 Posted November 21, 2013 Share Posted November 21, 2013 I am moving from Arduino to the Energia 10 stellarpad/tiva and what worked there doesn't work here. The Serial.println("inByte"); won't print in the serial window. Later on, in the loop portion, it will print. void setup(){ // start serial port at 9600 bps: Serial.begin(9600); Serial.println("inByte"); // doesn't print } Quote Link to post Share on other sites
energia 485 Posted December 17, 2013 Share Posted December 17, 2013 I just ran that Sketch on both Energia release 10 and the soon to be released 11 and both print the string in setup(). What if you put a small delay(100) at the beginning of the Sketch, does that solve your problem? Quote Link to post Share on other sites
gonya707 2 Posted December 18, 2013 Share Posted December 18, 2013 Probably you are opening the serial monitor console after the mcu send the message. Just open the window and then push the RESET button to repeat all the code. If I recall correctly Arduino boards reset the status when you open the serial monitor, but energia doesn't. 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.