2

Within the Arduino IDE Serial.* output can be viewed with Tools / Serial Monitor. How can I view Serial.* output on an Android? As a concrete example, how can I view the output from Examples / Communication / ASCIITable?

1
  • This of course depends on the specific Arduino model generation or USB serial cable utilized. Commented Aug 19, 2014 at 19:48

1 Answer 1

4

These steps will allow your Android device to function as an Arduino Terminal.

  • Download a Serial Terminal app. I'm using Android Hyperterminal, English version.
  • Attach an OTG ("On The Go") cable to your Android device.
  • Attach your Arduino to the OTG using your regular USB cable.
  • Make sure the terminal program is set to the same baud rate as your sketch.
  • Run the terminal App and select the USB port.
1
  • I didn't find that app, and ended up installing "Serial USB Terminal" by Kai Morich, it works well so far! Commented Jun 12, 2022 at 23:57

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.