BlaeckSerial 1.0.0
Frames
B0 — Symbol List (0xB0)
Signal schema: ID, name, and type. No multi-device support.
| Element | Size | Type | Description |
|---|---|---|---|
| SymbolID | 2 bytes | uint16 | Zero-based signal index (matches B0 order) |
| SymbolName | variable | string | Signal name |
| DTYPE | 1 byte | uint8 | Datatype code (0x00–0x09). See Datatypes |
B1 — Data (0xB1)
Signal values without integrity check.
| Element | Size | Type | Description |
|---|---|---|---|
| SymbolID | 2 bytes | uint16 | Zero-based signal index (matches B0 order) |
| DATA | variable | raw bytes | Signal value, size per DTYPE |