Re: [PHP-WIN] USB communication with PHP on Windows
yes. currently i'm using PHP for communicating with USB-based GPS device. it's just the same as serial port comm programming, where you access the serial port then let the driver (serial-to-USB) do its thing. you may use the standard fread / fwrite functions to access the USB ports but it's kinda
[PHP-WIN] USB communication with PHP on Windows
Is USB communication via PHP on Windows possible? Kind Regards, Dale