Hi Jim
The ISO15693 menu of the CR95HF development software is mostly designed for reading ST tags. Anyway, when using for example the ISO15693->ST25TV64K-->EEPROM menu, you can tick the Option flag check box. In that case, the next command will sent with Option flag bit being set.
Note: when option flag is set in Write-alike commands (write, lock, etc.), tags will delay their response until an isolated EOF is received (the purpose of this is to give more time to the tag for executing EEPROM write operation). In that case, the tag will not respond to the write command and a timeout will be returned by the CR95HF. The tag response will be received when using "send EOF".
Basically:
- tick the Option flag check box
- click Write Single block, enter your data and write the block.
- Send EOF to read the tag response
08-06-2019 09:56:27 WRITE SINGLE BLOCK
>>> CR95HFDLL_SENDRECEIVE, 42210100000000
<<< 8700 : Frame wait time out OR no tag
08-06-2019 09:56:30 SEND EOF
>>> CR95HFDLL_STCMD, 010400
<<< 80040078F000
Decoding:
80|04|00|78F0|00
^^____ No CRC error
^^^^_______ CRC
^^____________ Data fiedd containing the Tag response
^^_______________ Length of the data field
^^__________________ Result code of the SendRecv command
Rgds
BT