命令属性
Command Code | Bootloader 命令 | App Firmware 命令 |
---|---|---|
0x96 | 否 | 是 |
Host to Reader
字段 | 字节长度 | 描述 |
---|---|---|
Gpo Number and Status pairs | M*2 | M 个Gpo编号和状态对,每对是2个字节(第一个字节是GPO编号,第二个字节是状态) |
Reader to Host
字段 | 字节长度 | 描述 |
---|---|---|
Status of Gpo pins | N | 按数字顺序返回的所有gpo的状态。 |
举例
FF | 04 | 96 | 01 | 01 | 02 | 00 | 2F 68 |
---|---|---|---|---|---|---|---|
Header | Data Length | Command Code | Output #1 | Status of Output #1 | Output #2 | Status of Output #2 | CRC |
FF | 03 | 96 | 00 00 | 01 | 00 | 01 | EE 3A |
---|---|---|---|---|---|---|---|
Header | Data Length | Command Code | Status Code | Status of Output #1 | Status of Output #2 | Status of Output #3 | CRC |