LT.ContinousReadBlocks
This command is deprecated. Do not use it in new code as we may remove it in the future!
Reads several blocks (32 Byte) from the transponder. Faster
read because transponder protocol has been optimized (LT5).
Properties
- Command code: 0xA061
- Command timeout: 100 ms
- Possible status codes: General status codes, LT.ErrLtNoTag, LT.LtNackReceived, LT.ErrLtCrc, LT.ErrLtParity, LT.ErrLtHf, LT.ErrLtBitcount, LT.ErrLtCom
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
Adr | Integer (8 bits) | Block address. |
NumBlocks | Integer (8 bits) | Number of blocks to read. |
Returned values (response frame)
Name | Type/Size | Description |
---|---|---|
Data | Raw data (until end of frame) | Data blocks. |