Posted by Ted Ferenc on 10/13/75 11:28
Have you tried:-
http://uk.php.net/fopen
e.g.
`mode com1: BAUD=9600 PARITY=N data=8 stop=1 xon=off`;
$fp = fopen ("COM1:", "w+");
--
Ted Ferenc
This address used is maintained only for newsgroup posting.
Mail sent there may not be read by me for several days.
"Th3ZoR" <thezor@localhost.here> wrote in message
news:dhumi6$46b$1@nemesis.news.tpi.pl...
> ok, here's the thing: i've got program which communicates via serial
> connection (on tcp port) and I just:
> - connect via hyperterminal (tcp connection)
> - send data
> - get response from program
>
> Now, i'm in need to do something similiar in PHP. Question is: is it
> possible to do this without CGI ?
> If not.. which program to use under Linux/Windows to do this with one
> execution (something like "bla.exe -send='41234'")
>
> Thanks in advance
> Wojtek
>
>
>
>
> --
> thezorATonemanarmyDOTeuDOTorg
Navigation:
[Reply to this message]
|