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?