PHP code used in serial ports

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
criantl
Forum Newbie
Posts: 1
Joined: Thu Dec 10, 2009 2:14 am

PHP code used in serial ports

Post 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..
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP code used in serial ports

Post 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.
Last edited by requinix on Thu Dec 10, 2009 2:11 pm, edited 1 time in total.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: PHP code used in serial ports

Post by pickle »

Did you even try Google?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply