USB RFID to Raspberry pi
PtoTheSchke
Posts: 5
Sorry if this is sort of a simple question, I am pretty new to hardware.
I bought this (http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/28340/List/0/SortField/4/ProductID/517/Default.aspx) USB RFID reader to connect to my raspberry pi. I cant seem to find the drivers for linux (I have a LAMP setup) and was wondering where to get those.
I bought this (http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/28340/List/0/SortField/4/ProductID/517/Default.aspx) USB RFID reader to connect to my raspberry pi. I cant seem to find the drivers for linux (I have a LAMP setup) and was wondering where to get those.
Comments
will try to plug and play when I get home, thanks for the help!
What exactly do you mean by plug and play? I think I need different RFID cards, but should it just read into whatever is there? So if I have terminal open will it read into terminal, and if I have notepad open will it read into notepad?
Plug and play is a rather standard phrase that refers to the auto locate for drivers capability of modern systems. Beyond that, you're on your own.
The FTDI circuit emulates as a serial port, not a keyboard. So you can view it's output on a terminal, but it won't output the numbers to notepad, etc.
Ahhh ok, that makes sense. I apt-get installed ftdi so once I get some new tags hopefully it will work, thank you so much!
So i downloaded a soft float version of the raspberry pi OS and got the cards to scan.
Not sure if you guys are good with the software side of things, but I'm not sure what to do with this code to get a usable string. I found this
with this output
Please insert a tag
?ٮ?v?VE?kV
?ٮ?v?VE?kV
And I found this online but cant make sense of what to do with the output
Code: http://stephenjam.es/wp/wp-content/uploads/java/RFIDReaderBasic.java
Output:
COM port opened!
0xc2 0xbd 0xc3 0x99 0xc2 0xae 0xc3 0xb6 0x76 0xc3 0x96 0x56 0x45 0xc2 0x8b 0x6b 0x56 0x00
0xc2 0xbd 0xc3 0x99 0xc2 0xae 0xc3 0xb6 0x76 0xc3 0x96 0x56 0x45 0xc2 0x8b 0x6b 0x56 0x00