Posted on May 17, 2011 at 13:21hi robert, The abnormal I mean is if I send ''abcde''.It will output unknown character. If I just send ''a'', the output is ''a''. The interrupt routine code is shown here. void USART1_IRQHandler(void) {u8 Rx_Char; whi...
Posted on May 17, 2011 at 13:21thx robert. The interrupt is 100% work. I have tested as the following steps: 1. Type 1 char in the hyperterminal and send to my board. 2. My board recevie the char and then send back to the hyperterminal 3. The hypert...
Posted on May 17, 2011 at 13:21hi All, Does anyone can help me to solve the problem listed in the following: I am try to get a lot of date from hyperterminal and then send back e.g.10 char. I can collect correctly if only one character but if I send...