32395 Parallax Inc, 32395 Datasheet

no-image

32395

Manufacturer Part Number
32395
Description
RFID READER USB/TAG SAMPLER
Manufacturer
Parallax Inc
Series
-r
Datasheet

Specifications of 32395

Rf Type
Read Only
Frequency
125kHz
Features
-
Package / Case
*
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
32395PAR
RFID Card Reader, Serial (#28140)
RFID Card Reader, USB (#28340)
Introduction
Designed in cooperation with Grand Idea Studio (www.grandideastudio.com), the Parallax Radio
Frequency Identification (RFID) Card Readers provide a low-cost solution to read passive RFID
transponder tags up to 4 inches away. The RFID Card Readers can be used in a wide variety of hobbyist
and commercial applications, including access control, user identification, robotics navigation, inventory
tracking, payment systems, car immobilization, and manufacturing automation. The RFID Card Reader is
available in two versions: A TTL-level serial interface for use with a microcontroller and a USB interface
for direct connection to a computer.
Features
Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340)
Low-cost method for reading passive, 125 kHz RFID transponder tags
Two easy-to-use versions: Serial interface for microcontrollers and USB for direct connection to
PC, Macintosh, or Linux machines
Bi-color LED for visual indication of status
Web Site: www.parallax.com
Forums: forums.parallax.com
Sales: sales@parallax.com
Technical: support@parallax.com
v2.2 3/22/2010 Page 1 of 11
Office: (916) 624-8333
Fax: (916) 624-8003
Sales: (888) 512-1024
Tech Support: (888) 997-8267

Related parts for 32395

32395 Summary of contents

Page 1

... Two easy-to-use versions: Serial interface for microcontrollers and USB for direct connection to PC, Macintosh, or Linux machines Bi-color LED for visual indication of status Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax ...

Page 2

... GND G Note: Type Input Output Power Ground Use the following example circuit for connecting the Parallax RFID Card Reader: Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) Function System power. +5V DC input. Module enable pin. Active LOW digital input. Bring this pin LOW to enable the RFID reader and activate the antenna ...

Page 3

... The DEBUG window within the Parallax BASIC Stamp Editor (www.parallax.com/tabid/441/Default.aspx) provides functionality to set the state of a COM port’s DTR line. Checking the DTR box in the toolbar will activate the RFID Card Reader. Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) Function Serial output to host ...

Page 4

... RFID Card Reader. To avoid treating spurious responses as legitimate tags recommended to read two responses in a row within a given amount of time (for example, one second) to ensure that you are reading a valid tag and not a “tag” generated by noise. Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) Unique ID ...

Page 5

... Due to the fact that passive tags do not have their own transmitter and must reflect their signal Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ...

Page 6

... Revision History ]------------------------------------------------ ' -----[ I/O Definitions ]------------------------------------------------- SYMBOL Enable = 0 SYMBOL SYMBOL Spkr = 2 SYMBOL Latch = 3 ' -----[ Constants ]------------------------------------------------------- SYMBOL LastTag = 2 ' -----[ Variables ]------------------------------------------------------- Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' low = reader on ' serial from reader ' speaker output ' lock/latch control ' 3 tags v2.2 3/22/2010 Page ...

Page 7

... IF char <> tag7 THEN Bad_Char pntr = tagNum * READ pntr, char IF char <> tag8 THEN Bad_Char pntr = tagNum * READ pntr, char Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' RFID bytes buffer ' from EEPROM table ' pointer to char in table ...

Page 8

... Constants ]------------------------------------------------------- #SELECT $STAMP #CASE BS2, BS2E, BS2PE T1200 CON 813 T2400 CON 396 Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' all match -- good tag ' groan ' for testing ' remove latch ' beep ' restore latch ' low = reader on ' serial from reader ...

Page 9

... VAR Byte(10) #ELSE chkChar VAR Byte #ENDIF tagNum VAR Nib Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340 1.0 (time adjust 1.0 (freq adjust 0.265 ' x 1 0.665 ' x 6. 0.166 ' does module have SPRAM? ...

Page 10

... Tag_Found: GOSUB Show_Name HIGH Latch FREQOUT Spkr, 2000 */ TmAdj, 880 */ FrAdj LOW Latch GOTO Main Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' tag byte index ' character from table ' valid tags ' turn of RFID reader ' lock the door! ...

Page 11

... DO READ idx, char IF (char = 0) THEN EXIT DEBUG char idx = idx + 1 LOOP RETURN Copyright © Parallax Inc. RFID Card Reader Serial & USB (#28140 / 28340) ' point to first character ' read character from name ' if 0, we're done ' otherwise print it ' point to next character v2.2 3/22/2010 Page ...

Related keywords