[PHP] Re: How to write and read serial or parallel port

2012-07-27 Thread Ian
On 26/07/2012 13:37, Alex Nikitin wrote: > Real question is > why in the world would you want to use PHP for this to begin with. Hi, I cannot speak for the OP, but personally I am doing this so I can hook up to a web application and re-use existing code. Regards Ian -- -- PHP General M

[PHP] Re: How to write and read serial or parallel port

2012-07-26 Thread Ian
On 26/07/2012 11:12, viper wrote: > hi all! > > is it possible to write and read data on a COM or LPT port? > is there any function or class in PHP? > > anyone has already done something similar? > > thanks, > viper > Hi, There is a class here: php-serial http://code.google.c