WRITE = content of data string
READ = [prompt of data]
Note:
- RFID WRITE supported "string" or basic variable (e.g. VAR$)
- [ ] = Optional parameter
Example 1
This programming example writes a data into an RFID tag and reads the written data with a prompt.
CLS
RFID WRITE,0,H,0,12,EPC,"123456789012"
RFID READ,0,H,0,12,EPC,"Read Data: "
PRINT 1