More random serial bit frobbing
[fw/altos] / target / serial / serial.c
index d2be47fdeb1ed7cd9f53dce9b3e8d9ae258691fa..589452c0dbb730ba90eed438f52bf5ad60c76b5f 100644 (file)
@@ -188,11 +188,12 @@ usart_init(void)
        /*
         * Reasonable serial parameters
         */
        /*
         * Reasonable serial parameters
         */
-       U1UCR = (UxUCR_FLOW_DISABLE |
-                UxUCR_D9_EVEN_PARITY |
+       U1UCR = (UxUCR_FLUSH |
+                UxUCR_FLOW_DISABLE |
+                UxUCR_D9_ODD_PARITY |
                 UxUCR_BIT9_8_BITS |
                 UxUCR_PARITY_DISABLE |
                 UxUCR_BIT9_8_BITS |
                 UxUCR_PARITY_DISABLE |
-                UxUCR_SPB_1_STOP_BIT |
+                UxUCR_SPB_2_STOP_BITS |
                 UxUCR_STOP_HIGH |
                 UxUCR_START_LOW);
 }
                 UxUCR_STOP_HIGH |
                 UxUCR_START_LOW);
 }