Friday, January 30, 2009

Travels in RFID pt 6

On my linux box, to read directly from the usb port (which has a usb to serial adaptor fitted)

cat < /dev/ttyUSB1

this sends the output directly to the screen and each swipe of the tag gives the RFID chip id YAY !!!

all i need to do now is redirect this direct to a php script or web server