HI,
I need to read and write data's in COM1.
I tried using fputs() and fgets() function.
But when i try to read the data its not working.
Is there any class for this.
PHP script to Read COM1
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: PHP script to Read COM1
There is an example in the manual provided by a user:
http://www.php.net/manual/en/function.fopen.php#20935
http://www.php.net/manual/en/function.fopen.php#20935
(#10850)