Page 1 of 1

PHP code used in serial ports

Posted: Thu Dec 10, 2009 2:21 am
by criantl
Hello good day. Do anyone knows on what PHP code to use in receiving AT commands from a serial port??..
can anyone provide me with a function. tnx a lot for those who will help me..

Re: PHP code used in serial ports

Posted: Thu Dec 10, 2009 3:00 am
by requinix
PHP doesn't have anything that low-level. Unless there's an extension for it (doubtful) you'll need to use another language for whatever you need.

By the way, I'm talking about a universal implementation. There are other ways - /dev/ttyS, COM, etc - but they're hit-or-miss on support.

Re: PHP code used in serial ports

Posted: Thu Dec 10, 2009 11:11 am
by pickle
Did you even try Google?