electricui-cli 0.1.0

An unofficial and incomplete CLI for devices implementing the ElectricUI Binary Protocol
electricui-cli-0.1.0 is not a library.

electricui-cli   ci crates.io docs.rs

An unofficial and incomplete CLI for devices implementing the ElectricUI Binary Protocol.

See the ElectricUI docs or the ElectricUI Rust library for more information.

Examples

See electricui-embedded-stm32f4-example crate for an example target.

Basic checks

electricui check /dev/ttyUSB0

Board ID: 0xBEEF
Board name: my-board
Message IDs (4):
  led_blink
  led_state
  lit_time
  name
IDs count: 4
Variables:
  Id(led_blink), Type(U8), Data([01])
  Id(led_state), Type(U8), Data([00])
  Id(lit_time), Type(U16), Data([C8, 00])
  Id(name), Type(Char), Data([74, 69, 6D, 65, C8, 00, C4, 5A])
Heartbeat: 5, matches: true

License

Licensed under either of

at your option.