G
Guest
Hello
I am using a serial port to communicate with an embedded device. I am using CreateFile, WriteFile & ReadFile. It all works great until I run a VB6 application that uses the serial port. After I run the VB6 application, the ReadFile no longer waits for a character, it simply falls through. If I open HyperTerm and close it, again my app works.
CreateFile, GetCommState, SetupComm, SetCommState & PurgeComm all return successfully. Any ideas
Thanks
Pete
I am using a serial port to communicate with an embedded device. I am using CreateFile, WriteFile & ReadFile. It all works great until I run a VB6 application that uses the serial port. After I run the VB6 application, the ReadFile no longer waits for a character, it simply falls through. If I open HyperTerm and close it, again my app works.
CreateFile, GetCommState, SetupComm, SetCommState & PurgeComm all return successfully. Any ideas
Thanks
Pete