Re: [Flashforth-devel] ff on the microstick 2 / microstick plus development board
Brought to you by:
oh2aun
From: <mik...@fl...> - 2015-01-26 20:57:38
|
I leave PIN 11 (RTS !) disconnected. /Mike On 26.01.2015 19:56, Mark Goldman wrote: > When you soldered pin 13 (CTS) on the MCP2200 to RB12, did you leave > pin 10 (RTS) connected? > > -mdg > > On Sun, Jan 11, 2015 at 3:12 AM, > <fla...@li...> wrote: >> You need to configure the UART pins in config file p33_config.inc. >> .equ RPINR18VAL, 11 ; U1RXPIN RP43 PB11 pin22 microstick2 >> .equ U1TXPIN, 10 ; PB10 pin21 microstick2 >> >> If you use HW flow control you need the separate the CTS RTS pins on >> the >> MCP2200 >> and connect RB12 to the CTS pin13 on the MCP2200. >> And define the RTS pin in the FF config file. >> .equ U1RTSPIN, 12 ; Solder to MCP2200 CTS pin13 on >> microstickplus if >> HW flow control |