05-26-2008 08:55 AM
05-27-2008 02:20 AM
Try calling the OpenComConfig function with output queue size set to -1.
This disables the queue so that bytes are written directly to the port, instead of being buffered to be sent at an indeterminate time.
I've seen this behaviour, such that the data is sent only when I call the Delay function after ComWrt.
Hope this helps.
05-27-2008 07:03 AM
05-27-2008 07:19 AM
05-30-2008 05:24 AM