Serial.print not working on T3
-
For some reason, Serial.print() does not send anything to the serial port.
I also tried the Hothead example. It has serial.print() statement but they don't do anything.
Any ideas?
-
@vintageslots Hi! I just added this to my Repo, setup text:
B) Cannot see Serial.Print on Arduino Serial Monitor
To enable serial monitor function for debugging, you must also set
USB CDC On Boot "Enabled"
in the Arduino board parametersThe Print statements are // commented out because they slow down the demo!
Feel free to release them for your testing!!! -
@teastain Thank you very much. That fixed my problem.