I have a teensy in midi mode, and I thought Serial.begin(9600) and Serial.println("hello world") ; would show something in the console. It doesn't show anything. Where is Serial.println() supposed to output to? I would like to see feedback from my potentiometer.
Where is Serial.begin() Serial.println("hi") supposed to output to?
121 Views Asked by user1562431 At
2
Found it , it is under Arduino -> Tools -> Serial Monitor.