| ??? 06/14/02 09:55 Read: times |
#24462 - RE: easy |
Andy Neil wrote:
------------------------------- The OnRxChar Event could return any number of characters, but the LastErrors Method - as its name suggests - only tells me what the last error was; ie, I can't tell which of the received bytes had the 9th bit set (Parity error)." Andy Your on error event you get the Count which tells you the byte that had parity error, keep track of it and problem solved! This way you can always extract the 9th bit. mahmood |



