2010-05-13 03:04 AM
STM32 USART1 problem!
2011-05-17 04:50 AM
Use something like RealTerm, it is orders of magnitude better for this kind of application. http://realterm.sourceforge.net/
Check also how you are initializing, and incrementing RxBuffer and RxCounter. Check also how you are NUL terminating the data in RxBuffer before you use puts() or printf(). If you fail to put a NUL character at the end of the buffer you might well see junk. Post enough of your code for others to review/build.