Open GoogleCodeExporter opened 8 years ago
Looks rather strange, return value of open() only affected by Windows API:
CreateFile.
You can write a simple program to test the return value of:
CreateFileW(L"COM1", GENERIC_READ|GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, NULL);
to see whether it equals INVALID_HANDLE_VALUE or not.
If you can find the problem, then we can fix it. Thanks.
Original comment by dbzhang...@gmail.com
on 21 Jun 2012 at 12:43
similar issue
We have a virtual com, in XP being opened by "Sealevel TCIP to serial
converter". It does not report the virtual com to the device manger. We can
not see the port in QT. But we cam see the data on the virtual com with a raw
data display "PUTTY" or hypterm.
help
Original comment by emihol...@gmail.com
on 2 Sep 2014 at 5:52
Original issue reported on code.google.com by
applyser...@gmail.com
on 20 Jun 2012 at 10:16