Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: Robotboy86 on July 28, 2007, 06:21:54 PM

Title: PICS With more then 1 serial line??
Post by: Robotboy86 on July 28, 2007, 06:21:54 PM
The basic only has 1 serial line, i am looking for a pic that can use two ones...


Any ideas?
Title: Re: PICS With more then 1 serial line??
Post by: dunk on July 29, 2007, 03:53:56 AM
if you want to know about PICs specifications, look at the manufacturers web site.
that's http://microchip.com (http://microchip.com) for PICs.
check the links form this page:
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=74 (http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=74)

dunk.
Title: Re: PICS With more then 1 serial line??
Post by: Dosbomber on July 29, 2007, 01:22:25 PM
Only one serial line?

Not sure what you're talking about.  In a previous project, I used a PIC16F628 with two pairs of serial lines as a sort of translator between 9600 and 2400 baud, and I had no problems at all.  One pin for 9600 in, one for 9600 out, one for 2400 in, one for 2400 out.

Actually, now that I think about it, I used another one for 9600 out to a serial LCD for monitoring purposes as well.
Title: Re: PICS With more then 1 serial line??
Post by: Robotboy86 on July 29, 2007, 07:10:07 PM
More then 1 set of duplex lines..


IE two or three lines and such.   but I will look at that.
Title: Re: PICS With more then 1 serial line??
Post by: Admin on July 31, 2007, 06:55:33 AM
Some AVR's have multiple UART (serial) lines . . . if you are willing to convert over :P