
VB4/32bit and MSCOMM32.OCX
I have an application built using VB4/32. It uses the MSCOMM32.OCX control
to speak to a serial device. If the FIFO Uarts are set to their minimum
levels, it does not communicate with the serial device. If I break inside my
receive routine, it tells me that the message I have received is much larger
than normal(5 to 6 bytes is normal). The received message is greater than
9K. It doesn't seem to matter what I do to the control settings such as the
inbuffer and outbuffer size properties. If I set the FIFO's on the default
settings than everything works just fine.
Has anyone had any similar experiences?
Andrew Bailey