![]() |
Sergey Kornilov admin 11/13/2015 |
What is proximity card and how can it interact with PHP applications? |
![]() |
romaldus 11/13/2015 |
Major hardware manufacturers usually provide SDK (software development kit) in popular programming languages. Make sure your |
A
|
aalekizoglou 12/7/2015 |
In the past for a PHPR project we had with RFID Card Readers, I wrote a Windows program, running as a service, that connected to the device (OmniKey we used) and read each RFID transmitting data to the keyboard buffer, with a special character for start and stop. Then I had a javascript event in the project that intercepted the input, and filtered out start and stop chars (if found meaning key events coming from my deamon) and cleared out the RFID tag. |