Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | What is the best PHP rs232 class? | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by Sharad Kale - 1 month ago (2016-01-12) rs232
+2 | I am connecting arduino micro-controller with RFID reader to PC via RS232. And I am trying to get the logger data in PHP. How can i do that? |
1. by Dave Smith - 1 month ago (2016-01-13) Reply
There is an article that may help...
http://www.phpclasses.org/blog/post/287-PHP-Integration-with-Embedded-Hardware-Device-Sensors.html
+1 | by Manuel Lemos 11100 - 1 month ago (2016-01-14) Comment In general you need to open a file that is actually the serial device port but that depends on the operating system. It can be COMX on Windows or /dev/ttySX on Linux and Mac. Anyway this class provides an abstraction for you to access serial RS232 ports in different operating system, as well control the parameters like speed rate and so on. |
Recommend package | |
|