Dave Mountain
August 1st, 2001, 07:04 AM
Wonder if anyone's come across my problem in their MSComm work :-
I send a string of say 50 characters to my 'OnComm' event handler . The event triggers for every 8 characters i.e I get 7 receive events. (6*8 + 1*2) If I put a breakpoint in the code just before reading the input then I get the whole string read for a single receive event (which is what I want) Some sort of timing problem ?? I have 'InputLen = 0' and 'RThreshold = 1'. Any ideas ??
Thanks in advance,
Dave.
I send a string of say 50 characters to my 'OnComm' event handler . The event triggers for every 8 characters i.e I get 7 receive events. (6*8 + 1*2) If I put a breakpoint in the code just before reading the input then I get the whole string read for a single receive event (which is what I want) Some sort of timing problem ?? I have 'InputLen = 0' and 'RThreshold = 1'. Any ideas ??
Thanks in advance,
Dave.