kai-morich / SimpleUsbTerminal

Android terminal app for devices with a serial / UART interface connected with a USB-to-serial-converter
MIT License
529 stars 195 forks source link

[request] add a serial plotter for graphs, like the arduino ide :) #72

Open atesin opened 8 months ago

atesin commented 8 months ago

useful when you need to analyze some numeric values (sensors, etc)

this way you can use an arduino/esp/etc sketch, with output format compatible with serial plotter (like val1:234 val2:5335 val3:979797)

specifically on cases where you need to "move" with sensors (i.e. gps sensors, accelerometer, magnetometer, light sensors, altimeter, phantom/spirit sensors, etc etc) you can attach your microcontroller+sensors+sketch to your phone/tablet and just walk around to take visual lectures/debug

more info = https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-serial-plotter/

i actually like to see this feature in serial usb terminal app (the one in google play)