 |
|
|
Topic: VB6 and usb-rs232 converter
|
By: Diego | Posted on: Apr 11 2017 at 12:30:44 PM | i' have a application in VB6 and prolific usb-rs232 converter. i`m using the trial version of scomm, and the application freeze some miliseconds after tx or rx data.
Any sugestions?
Thanks. | |
By: Guest | Posted on: Apr 14 2017 at 08:17:01 AM | After sending some data do you immediately go into a loop waiting for a reply?
If the answer to that question is 'yes'. Then disable the .OverlappedIO property
.OverlappedIO=False
Does that make any difference? | |
|