Skip to main content
Visitor II
September 27, 2019
Solved

Seeking Details on SendRecv command

  • September 27, 2019
  • 1 reply
  • 655 views

With reference to Page 21, Table 16 in the ST25R95 Data Sheet, where would I find a description of all of the Data Field parameters for 15693 tags? (I see only one example in which the data value of is 022000 given).

Thanks,

Jim

    This topic has been closed for replies.
    Best answer by Brian TIDAL

    Hi,

    the ISO15693 protocol is based on an exchange of

    • a request sent by the reader
    • a response from the tag

    The data field in the SendRecv follows the request structure.

    Each request consists of the following fields;

    • Flags
    • Command code
    • Mandatory and optional parameters depending on the command
    • Application data fields
    • CRC

    The ISO/IEC 15693-3 standard describes in details this protocol and the various mandatory and optional command codes. For custom and proprietary command codes, and for the list of optional command code being supported for a given tag, you will have to refer on the tag manufacturer data sheet.

    For example, for ST25TV02K tags, see this Datasheet for details about supported command.

    Rgds

    BT

    1 reply

    Technical Moderator
    September 30, 2019

    Hi,

    the ISO15693 protocol is based on an exchange of

    • a request sent by the reader
    • a response from the tag

    The data field in the SendRecv follows the request structure.

    Each request consists of the following fields;

    • Flags
    • Command code
    • Mandatory and optional parameters depending on the command
    • Application data fields
    • CRC

    The ISO/IEC 15693-3 standard describes in details this protocol and the various mandatory and optional command codes. For custom and proprietary command codes, and for the list of optional command code being supported for a given tag, you will have to refer on the tag manufacturer data sheet.

    For example, for ST25TV02K tags, see this Datasheet for details about supported command.

    Rgds

    BT