How can I print to the serial monitor a string or just single character followed by a variable like "L 55"
Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. It's 100% free, no registration required.
Sign up
Sign up
Here's how it works:
- Anybody can ask a question
- Anybody can answer
- The best answers are voted up and rise to the top
|
|||
|
Serial.print
. – jfpoilpret Mar 10 '15 at 19:52