LT.FastWriteWordExtended
This command is deprecated. Do not use it in new code as we may remove it in the future!
Writes a word to the transponder using a 16-bit block address +
fast mode.
Properties
- Command code: 0xA088
- 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 |
---|---|---|
BlockAdrLo | Integer (8 bits) | Block address (LSByte). |
BlockAdrHi | Integer (8 bits) | Block address (MSByte). |
WordAdr | Integer (8 bits) | Word address within a block (0..15). |
DataLo | Integer (8 bits) | Data word (LSByte). |
DataHi | Integer (8 bits) | Data word (MSByte). |
Returned values (response frame)
None