Re: [Flashforth-devel] ff on the microstick 2 / microstick plus development board
Brought to you by:
oh2aun
From: Mark G. <bit...@gm...> - 2015-01-26 17:56:41
|
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 > > Attached is the config file I just tried with my dsPIC33FJ128MC802. > > BR Mike > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel > -- Our problems are mostly behind us, now all we have to do is fight the solutions. |