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), Type(U8), Data([01]) Id(ledstate), Type(U8), Data([00]) Id(littime), Type(U16), Data([C8, 00]) Id(name), Type(Char), Data([74, 69, 6D, 65, C8, 00, C4, 5A]) Heartbeat: 5, matches: true ```
Licensed under either of
at your option.