Parallax RFID Reader
rickusj
Posts: 5
Hi, i am new to the RFID scene.
I bought some tags and a parallax rfid reader.
My goal is to develop a simple asset tracking system for our company.
I thought that the parallax rfid is plug&play meaning if i installed the drivers and scanned a tag that the code would appear as a simple keyboard input on any program , like excel or word or notepad.
However, it seems not?
Can someone please help me in the right direction. Is there someone to enable this functionality ?
Sorry for asking stupid questions....
I bought some tags and a parallax rfid reader.
My goal is to develop a simple asset tracking system for our company.
I thought that the parallax rfid is plug&play meaning if i installed the drivers and scanned a tag that the code would appear as a simple keyboard input on any program , like excel or word or notepad.
However, it seems not?
Can someone please help me in the right direction. Is there someone to enable this functionality ?
Sorry for asking stupid questions....
Comments
28540 or 28340?
The 28340 card reader receives commands via the USB connector on the board. The RFID Card Reader USB version is activated via the DTR line of the USB Virtual COM port. From page 4 of the 28140-28340-RFID-Reader- Documentation-v2.4 "When the DTR line is set HIGH, the module will enter the active state. When the DTR line is set LOW, the module will enter the idle state. With the DTR line high and a card placed near the reader it will send the card data to the computer.
I cant find any DTR setting in the device manager of the virtual com port...
Full disclosure: I don't have one of these, but I have used the standard TTL reader many times.
Now that you know how it works, you can incorporate that into your tracking system code. You'll just have to allow that system to set the reader's com port.
After doing a bit of research I found a company that makes RFID readers with the claim of keyboard emulation It turns out that they use a secondary app. A few seconds more research turned up this:
-- https://www.232key.com/
...which may get you where you want to go with the Parallax USB reader.