Hello,
I have a modem on the Serial Port and am trying to use PHP to read/write to it. I found this:
http://www.phpclasses.org/browse/package/3679.html
It seems like it would work great, except, for some reason, on this server, when I fopen("/dev/ttyS0", "r+"), it just hangs, doesn't give an...