if I remember correctly one can access the com-ports within a commandline window via COM1:, COM2:, ...
and in C
Code: Select all
HANDLE hCommResource = CreateFile( "\\\\.\\COM1", ....
opens COM1. One of those
filenames might be working with php/win32, too, but I have no serial-port device to test it
