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..
PHP code used in serial ports
Moderator: General Moderators
Re: PHP code used in serial ports
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.
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.
Last edited by requinix on Thu Dec 10, 2009 2:11 pm, edited 1 time in total.
Re: PHP code used in serial ports
Did you even try Google?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.