running a parallel port controlling program through php.
Posted
by prateek
on Stack Overflow
See other posts from Stack Overflow
or by prateek
Published on 2010-03-09T09:35:34Z
Indexed on
2010/03/09
9:36 UTC
Read the original article
Hit count: 375
I have a program that is interacting with hardware via parallel port programming. i had compiled it and using its object file to interact with the hardware (a simple led). when i execute it directly on the shell it serves the purpose of glowing the LED but when i execute it using shell_exec() in php the command is executed but unable to interact with the hardware. i am totally confused.. .
© Stack Overflow or respective owner