Shop OBEX P1 Docs P2 Docs Learn Events
Interfacing with Parallax Read Writer RFID — Parallax Forums

Interfacing with Parallax Read Writer RFID

winduxwindux Posts: 7
edited 2012-04-02 18:41 in General Discussion
Hi guys,

Can you tell me how can i interface with Parallax Read Writer RFID directly connected to my computer.
I am using the usb2serial product from Parallax to connect the RFID device.
Can i build or use a program to write commands to read and write TAGs?


best regards,
Windux

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2012-04-02 18:41
    You can write a PC program to do anything a Stamp could do with the Parallax RFID Read / Write module. Unfortunately, we can't help you with the PC program. The module's documentation should be enough to show you what's needed. The only interaction between the PC and the module is via serial I/O. The documentation shows examples using the Stamp's SERIN statement for input and SEROUT statement for output. That should be easy to convert to any programming language that supports reading and writing strings over a serial port.
Sign In or Register to comment.