I have the following problem: Running on the ST evaluation board i have a STR710FZ2 to communicate with a PC via RS232. It works, but the baudrate is not the one i configured for the STR7. UART_Config (UART0, 9600, UART_NO_PARITY, UART_1_StopBits, UARTM_8D); Instead of 9600 bps i receive my messages with 38400 bps. Changing to 2400 bps in the STR7 i receive with 9600 bps. Where does this factor 4 come from? And what can i do to solve this problem? Thanks a lot for help! Michael