|
Re: how to connect rfid with php [message #174212 is a reply to message #174210] |
Fri, 27 May 2011 08:09 |
Michael Vilain
Messages: 88 Registered: September 2010
Karma: 0
|
Member |
|
|
In article
<416050ca-d0c3-4884-bd0d-f0ff3dced2ca(at)17g2000prr(dot)googlegroups(dot)com>,
rrvasanth <vasanthaltimate(at)gmail(dot)com> wrote:
> Dear Friends,
>
> I need to connect rfid device with php it is possible.? How can i do
> please help me
>
> Thanks
> Vasanth
You aren't connecting the RFID reader to php. You're querying the OS
for the data that the reader has scanned. That depends on the OS, the
reader, the driver and how it's connected to your system. I haven't
done any USB programming and don't know how or what RFID readers appear
to a system.
http://www.sparkfun.com/products/8628
says that the USB card appears as a serial output. So, I'm guessing
that you'd have to open() the serial port created by USB reader. So buy
the hardware, hook it up to your system, see if you can access the USB
reader through php's open(), then see if the card will send you the tags.
Sounds like a fun MAKER project. Enjoy.
--
DeeDee, don't press that button! DeeDee! NO! Dee...
[I filter all Goggle Groups posts, so any reply may be automatically ignored]
|
|
|