logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Coding & Scripting Corner View previous topic :: View next topic
Reply to topic   Topic: inpout32.dll - communicate with RS232 / Parrallel ports
Author
Brian



Joined: 21 Oct 2005
Posts: 209
Location: Puyallup, WA USA

PostPosted: Wed 17 Mar '10 1:00    Post subject: inpout32.dll - communicate with RS232 / Parrallel ports Reply with quote

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: 7288
Location: Germany, Next to Hamburg

PostPosted: Fri 19 Mar '10 10:38    Post subject: Reply with quote

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


Reply to topic   Topic: inpout32.dll - communicate with RS232 / Parrallel ports View previous topic :: View next topic
Post new topic   Forum Index -> Coding & Scripting Corner