Re: [Flashforth-devel] UART delay for TeraTerm, CoolTerm
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2015-05-19 21:48:43
|
I tried the PICs internal HW FC but it did not work well with FF so I skipped it. The FF UART routines and HW flow control have been reworked slightly since you used them. I am using the HW FC with a microstickII and microstickplus MCP2200 UART USB bridge and it works really well. On 19.05.2015 22:44, Mike Miller wrote: > I have been casually following the thread about TeraTerm. > > I use TeraTerm on Windows, CoolTerm on OSX. > > I have been using hardware handshake, with NO delay. I use a > USB-to-serial adapter using the FTDI chipset, which seems to get the > handshake right. > I has been a couple of years since I wrote these, so I hope I am > including all of the changes. > > To do this, I have modified the UART driver. I use UART #2, FC_TYPE=2 > I also have FC_TYPE=0 defined using the PIC's handshake control, but > that does not work very well. |