Re: [Flashforth-devel] Xon/Xoff how to
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-08-10 12:00:40
|
On my 18f2620 board the XON/XOFF definetly works. The serial line is connected to a real serial interface running on linux. I tested it by disabling flow control in minicom, and then I get a lot of FF UART interrupt buffer overflows indicated by a | transmitted to the PC. When I enable the xon/xoff flow control in minicom, then all works and nothing is lost. Minicom is operating with 38400 baud and no delays configured. I have the following configuration constant RX1_BUF_SIZE = d'32' constant RX1_OFF_FILL = d'4' #define FC_TYPE_SW ENABLE ; ENABLE OR DISABLE BR Mike |