Re: [Flashforth-devel] Xon/Xoff how to
Brought to you by:
oh2aun
From: Mikael N. <mik...@pp...> - 2014-08-03 08:15:28
|
I agree, with USB the best solution is to use HW flow control. I am using now a Microstick2 on a Microstickplus peripheral board. The Microstickplus has a MCP2200 USB serial bridge. The CTS/RTS pins are not connected from the MCP2200, so some soldering is required to connect the CTS (SOIC PIN13) to a free PIC pin. I connected it to the RB12 led pin so I get a nice flashing led each time the CTS line is asserted from FlashForth. The MCP2200 configuration utility (Windows) must be used to enable CTS/RTS pins. These are not enabled by default on the Microstickplus board. Works a 100 % reliable without any delays configured in minicom. BR Mike On 20.07.2014 14:28, Herman Attila wrote: > > Hello Pito, > > Usually I use 38400 bps, but somtimes needed interchar and endline > delay for reliable upload, depending on speed and actual load of PC. > I don't know the CA-42, but e.g. the ATEN UC232 seems me unusable with > XON/XOFF. I use FÍT232RL, FT230XQ chips of FTDI. > However the most reliable solution the HW flow control, especially if > you want to use hi bitrate. > > BR > Attila Herman |