28440 Parallax Inc, 28440 Datasheet - Page 4

RFID Modules & Development Tools RFID Read/Write Serial Module

28440

Manufacturer Part Number
28440
Description
RFID Modules & Development Tools RFID Read/Write Serial Module
Manufacturer
Parallax Inc
Datasheet

Specifications of 28440

Operating Current
10 mA
Operating Voltage
5 V
Product
RFID Readers
Wireless Frequency
125 KHz
Dimensions
3.25 in x 2.45 in
Operating Temperature Range
- 40 C to + 85 C
For Use With/related Products
EM4x50
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Command Set
0x01: RFID_Read
Read data from a specified address
Input: Address location (1 byte), valid locations are 1-33 decimal
Output: Status byte (1 byte) + data (4 bytes)
Example:
SEROUT RFID_TX, Baud, ["!RW", RFID_Read, ADDR_Serial]
SERIN
0x02: RFID_Write
Write data to a specified address
Input: Address location (1 byte), valid locations are 3-31 decimal + data (4 bytes)
Output: Status byte (1 byte)
Example:
' Write $FEEDBEEF to address 3 (User Data Area)
SEROUT RFID_TX, Baud, ["!RW", RFID_Write, 3, $FE, $ED, $BE, $EF]
SERIN RFID_RX, Baud, [err]
Note: After writing the specified data to the tag, the RFID Read/Write Module automatically performs a
read function to verify that the data has properly been written.
0x03: RFID_Login
Login to the tag (required to use password protection features)
Input: Password (4 bytes), default = 0x00000000
Output: Status byte (1 byte)
Example:
' Login to tag with password
SEROUT RFID_TX, Baud, ["!RW", RFID_Login, $00, $00, $00, $00]
SERIN RFID_RX, Baud, [err]
0x04: RFID_SetPass
Change the tag’s password
Input: Current password (4 bytes) + new password (4 bytes)
Output: Status byte (1 byte)
Example:
' Change password from current ($00000000) to new ($FEEDBEEF)
SEROUT RFID_TX, Baud, ["!RW", RFID_SetPass, REP $00\4, $FE, $ED, $BE, $EF]
SERIN RFID_RX, Baud, [err]
Copyright © Parallax Inc.
RFID_RX, Baud, [err, STR data\4]
RFID Read/Write Module, Serial (#28440)
' Get status byte
' Get status byte
' Read tag's serial number
' Get status byte & data bytes
' Get status byte
v1.0 6/29/2010 Page 4 of 10

Related parts for 28440