Results 1 to 3 of 3

Thread: Serial communications problem

  1. #1

    Thread Starter
    Fanatic Member Mad Compie's Avatar
    Join Date
    Aug 2000
    Location
    Kuurne (Belgium)
    Posts
    553

    Exclamation

    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?

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Dunmow,Essex,England
    Posts
    898
    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.

  3. #3

    Thread Starter
    Fanatic Member Mad Compie's Avatar
    Join Date
    Aug 2000
    Location
    Kuurne (Belgium)
    Posts
    553
    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
  •  



Click Here to Expand Forum to Full Width