mshearer
Joined: 12 Jan 2009 Posts: 33
|
USART - changing to odd parity |
Posted: Mon Jan 12, 2009 4:38 am |
|
|
Hi, I have a UART connection with working transmit/recieve.
However i need to change the parity to odd. Should this be a simple case of changing
Code: | #use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7, parity=N, bits=8 |
to
Code: | #use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7, parity=O, bits=8 |
then adjusting the settings in whatever terminal application?
thanks for any help given,
matt |
|