|
-
Jan 5th, 2001, 02:27 PM
#1
Thread Starter
Fanatic Member
Hi kids,
My app requires a lot of data to be transmitted/received to/from the serial port at 19200bps.
Some older computers (especially laptops) give errors (probably overrun or something).
I found the solution by deselecting the Use FIFO buffers... checkbox (advanced tab) in the device manager.
Question is: How can I do this in software instead of manually changing the COM port settings? Could there be an API for this or do I need to change settings in System.ini?
-
Jan 17th, 2001, 05:04 AM
#2
Fanatic Member
Just use the MSComm control that comes with VB6 Enterprise. Dont forget though on Serial ports you need to do some kind of CRC check incase of noise.
-
Jan 17th, 2001, 12:58 PM
#3
Thread Starter
Fanatic Member
Yes, that's true but when using fifo buffer overrun may occur...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|