??? 11/06/04 13:06 Read: times |
#80534 - RE: interrupt 1 in 89s52 Responding to: ???'s previous message |
so if get it right from the reading, if i want my 89s52's Uart work on 9600 baud i should execute the next code :
T2CON = 00110010; //RCLK,TCLK=1,C/T2=1,CP/RL2=0 RCAPH2 = 0xFF; RCAPL2 = 0xC0; TR2 = 1; and than every data flow throught uart would be in the generated rate? |