An unofficial and incomplete CLI for devices implementing the ElectricUI Binary Protocol.
See the ElectricUI docs or the ElectricUI Rust library for more information.
See electricui-embedded-stm32f4-example crate for an example target.
``` electricui check /dev/ttyUSB0
Board ID: 0xBEEF Board name: my-board Message IDs (4): ledblink ledstate littime name IDs count: 4 Variables: Id(ledblink), Kind(U8(1)) Id(ledstate), Kind(U8(1)) Id(littime), Kind(U16(200)) Id(name), Kind(CharArray(my-board)) Heartbeat: 5, matches: true ```
Licensed under either of
at your option.