MOD5213 XON/XOFF
Posted: Sat Oct 13, 2012 11:58 am
Been fighting with communicating with a serial LCD.
The LCD generates an XOFF char when expected.
The MOD5213 seems to ignore it and over-runs the LCD buffer.
Early in main, before anything is sent to the LCD, I set the following:
Can anyone confirm that software handshaking does in fact work?
Using NNDK release tag version:Rel_2_6_0
Thanks,
Jeff
The LCD generates an XOFF char when expected.
The MOD5213 seems to ignore it and over-runs the LCD buffer.
Early in main, before anything is sent to the LCD, I set the following:
Code: Select all
InitIRQUart( 1, 115200, 1, 8, eParityNone );
IRQ_TX_XON_Flow( 1, TRUE ); /* use XON/XOFF on transmit */
IRQ_RX_XON_Flow( 1, TRUE ); /* use XON/XOFF on receive */
Using NNDK release tag version:Rel_2_6_0
Thanks,
Jeff