abc 5 Posted March 21, 2014 Share Posted March 21, 2014 Hi, I am doing the standard Serial.begin(300); // This is what this has come down to ... Serial.println("Hello!"); Works swimmingly under Energia, can't get it to work under ccs v6b Beta. Wonder why? Tried Putty, tried Terminal built into ccs, even tried Energia's serial monitor. Tried different baud rates, different stop bit/parity, all other parameters (well, not combinations obviously). Why does not it work? (Other than this being a Beta) I only need serial for debug, so.. what are other alternatives that would help me debug this? Can I read/write to console? I suppose I could output to a String and then evaluate the String, but how do I input? Quote Link to post Share on other sites
bluehash 1,581 Posted March 21, 2014 Share Posted March 21, 2014 Hi, I am doing the standard Serial.begin(300); // This is what this has come down to ... Serial.println("Hello!"); Works swimmingly under Energia, can't get it to work under ccs v6b Beta. Wonder why? Tried Putty, tried Terminal built into ccs, even tried Energia's serial monitor. Tried different baud rates, different stop bit/parity, all other parameters (well, not combinations obviously). Why does not it work? (Other than this being a Beta) I only need serial for debug, so.. what are other alternatives that would help me debug this? Can I read/write to console? I suppose I could output to a String and then evaluate the String, but how do I input? @@abc Welcome to 43oh. Try asking this in the CC6 Beta forums. Looks like a bug. The developers of CCS can chime in. Quote Link to post Share on other sites
grahamf72 169 Posted March 21, 2014 Share Posted March 21, 2014 Have you set the correct chip type? Sent from my iPhone using Tapatalk Quote Link to post Share on other sites
abc 5 Posted March 25, 2014 Author Share Posted March 25, 2014 @@bluehash, thank you. @@grahamf72, hmm.. I'll check. I stopped using the device to which I've been trying to connect, for unrelated reasons. Besides, the connection was precarious: cts and rts were floating, no crystal, unstable device. Anything could happen. Thank you everyone for your help. Quote Link to post Share on other sites
abc 5 Posted April 5, 2014 Author Share Posted April 5, 2014 Apparently, that was due to the lack of flow control on both UARTs I had bridged (between peripheral device and backchannel) 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.