A lightweight, extensible Qt QML-based serial terminal and graphing app designed for Arduino projects. LetsGetSerial provides a clean foundation for developers to build custom interfaces, visualize data, and interact with their microcontrollers.
./ArdionoShellWe/ShellWe/Shellwe.uno
Available commands:
? - help
STATUS
ECHO <int bool>
pinMode int <OUTPUT|INPUT|INPUT_PULLUP>
digitalWrite int <HIGH|LOW>
analogWrite int <int 1..255>
digitalRead int
analogRead int
followMode int int int - <pin> <0/1 to follow input> <followAnalogTolerance> <int millis interval 0=false>
heartbeat <int heartbeatIntervalCounter start 0=false> <int millis interval>
For example
pinMode 14 INPUT
analogRead 14
followMode 14 1 4 100
https://github.com/shemeshg/LetsGetSerial/blob/main/Design/Playground/PlaygroundComponent.qml