??? 04/25/09 00:25 Read: times |
#164827 - RB8 details... Responding to: ???'s previous message |
Chico said:
You mean, even in 8bit serial mode, RB8 is used? So, instead of the 9th bit, it will receive the stop bit, right? Exactly, provided SM2=0 is set, in UART Mode 1. Chico said:
How much time after RI is set I can look for RB8? Loading the received data into the SBUF, loading the stop bit into RB8 and setting the RI flag is done at the same time, at about half the stop bit time. So, immediately after RI goes high you should be able to read a valid RB8 flag. Kai |