BMCLI basics: complete one reproducible bus workflow
This tutorial establishes a repeatable minimum workflow rather than listing commands: resolve the bench, validate hardware, then receive, transmit, record, and decode data.
bmcli bench show --format=jsonbmcli doctorbmcli bench validate --hardware --format=jsonbmcli help message recv --format=jsonbmcli help logging start --format=jsonUse a stable SN/port or project network name, never a volatile enumeration index. JSON Help defines the installed command contract.
bmcli message recv --channel=<SN/port> --duration=60 --format=jsonlbmcli message send --channel=<SN/port> --id=0x12 --type=master-write --data="01 02 03 04" --bitrate=19200 --format=jsonbmcli uds request 22 F1 90 --channel=<SN/port> --request-id=<CAN-ID> --response-id=<CAN-ID> --format=jsonTransmit only on a confirmed safe bench. Keep commands, exit codes, timestamps, and artifacts. Load DBC files as controlled resources before using dbc message/signal/decode/encode, distinguish failure classes, and clean up only activity started by the scenario.