SET_RFID_READ
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, 20)
...
...
A$ = READ_COM$(4)
See Also
CLOSE_COM, OPEN_COM, READ_COM$, WRITE_COM
SET_RFID_WRITE
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, 32)
...
...
WRITE_COM(4, W_STR$)
See Also
CLOSE_COM, OPEN_COM, READ_COM$, WRITE_COM
Chapter 4
' read tag type ISO 15693
' starting from byte 0 of data
' data length 20 bytes
' all supported tag types are enabled
' write starting from byte 6 of data
' any value for data length
BASIC Commands
8300, 8500
8300, 8500
91
Need help?
Do you have a question about the 8 Series and is the answer not in the manual?