91
SET_RFID_READ 8300, 8500
Purpose To set the reading parameters of RFID.
Syntax SET_RFID_READ(TagType&, start%, MaxLen%)
Remarks The RFID reader cannot read until the parameters are specified.
Example
SET_RFID_READ(1, 0,
…
…
‘ read tag type ISO 15693
‘ starting from byte 0 of data
‘ data length 20 bytes
See Also CLOSE_COM, OPEN_COM, READ_COM$, WRITE_COM
SET_RFID_WRITE 8300, 8500
Purpose To set the writing parameters of RFID.
Syntax SET_RFID_WRITE(TagType&, start%, MaxLen%)
Remarks The RFID reader cannot write until the parameters are specified.
Example
OPEN_COM(4)
SET_RFID_WRITE(63, 6,
…
…
‘ all supported tag types are enabled
‘ write starting from byte 6 of data
‘ any value for data length
See Also CLOSE_COM, OPEN_COM, READ_COM$, WRITE_COM