Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: inpout32.dll - communicate with RS232 / Parrallel ports |
|
Author |
|
Brian
Joined: 21 Oct 2005 Posts: 209 Location: Puyallup, WA USA
|
Posted: Wed 17 Mar '10 1:00 Post subject: inpout32.dll - communicate with RS232 / Parrallel ports |
|
|
inpout32.dll - communicate with RS232 / Parrallel ports
http://www.phpcs.com/code.aspx?ID=36224
This DLL allows native PHP communication with RS323 ports. Is there anything else like it that is current?
The latest version of PHP that is supported is 5.1.2.
My purpose is to execute some PHP via scheduled CLI jobs. These scripts will write to a db, then a front end will access this data for presentation and for other purposes.
What I need is HIGHLY RELIABLE communication with the RS232 connected hardware.
Any ideas?
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 19 Mar '10 10:38 Post subject: |
|
|
Once I had to use an USB port. For that I used an external program with exec(). Maybe there is a command line program you could use with exec |
|
Back to top |
|
|
|
|
|
|