Hi ALL,
Is it possible to send data from a webpage to my LPT1 port with PHP/Java script ? Has anyone examples please ?
thanks!
I think what you'll need is in the dio functions:
http://www.php.net/manual/en/ref.dio.php
There's an example of how to write directly to a serial port on one of those function definitions. 🙂
Ah great thanks!