Normal 0 21 false false false ES X-NONE X-NONE
Hi, im using the TUSBWINVCP Driver for Windows 7 in a serial comunication to a device. The serial parameters are the following: COM4:9600,E,8,1.
The thing is that the ReadFile (...) function fails and after that i call the ClearCommError (hPort, &dwErr, &comstat) function to get the error returning 0x0008 as the error value.
Looking into the MSDN says as it follows:
---------------------------------------------------------------------------------------------------------------
|Value | Meaning |
|-----------------------|--------------------------------------------------------------------------------------|
|CE_FRAME | |
|0x0008 | The hardware detected a framing error. |
----------------------------------------------------------------------------------------------------------------
This same program on Windows XP using the TUSBWINVCP Driver it works great. So what could be happenning with the virtual com?¿
Thanks for your help