clrathnayake:
<?php exec("mode COM32 BAUD=9600 PARITY=N data=8 stop=1 xon=off"); $fp = fopen("com32", "w"); **info:** Port : COM32
Change your port from 32 to 4 or less... Sometimes it get's buggy when using more than COMx>=5.
clrathnayake:
<?php exec("mode COM32 BAUD=9600 PARITY=N data=8 stop=1 xon=off"); $fp = fopen("com32", "w"); **info:** Port : COM32
Change your port from 32 to 4 or less... Sometimes it get's buggy when using more than COMx>=5.