Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need a way to connect multiple UARTs to a single PIC

Status
Not open for further replies.

Kushan101

Newbie level 4
Joined
Feb 4, 2010
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,319
Hi,

I need to connect 5 UART peripherals to a PIC.
What are the best options I have to connect these 5 to a single UART interface in the PIC ? I need to be able to enable interrupts to listen data receiving events from each one.


Regards

-KUSHAN-
 

Hello

your question is way too generic
PIC??? 8? 16? 32bit?
all so if you do not have much experience, I recommend using the CCS compiler,
thanks to its high-level libraries allows you to create USART all you want, in almost all I / O pins of your pic.

Regards.
 

Kushan,
See if this link helps.
**broken link removed**
Earlier some companies were making quad (16554)and octal UARTs with Fifos available, interfaced to the 8 bit parallel bus, which you can realise out of PIC's I/O lines.That will have the interrupt capability that you want.If you are familiar with programmable logic, you can make one yourself as some free UART cores may be available.
Or choose a PIC that has many UARTs.Rabbit has six serial ports, if you want a readily available 'core module' and which can be directly programmed in dynamic C.With Rabbit, you can get on with your work in a few days .Also try serial bridges like SPI to UART and I2C to UART available from Max and NXP.Also do not forget to see XR, which has good products.In case the data from your peripherals is at a slow speed, think of converting them to RS485 or RS422 and multidrop.Does your PIC have a USB interface? In that case an attractive solution can be there.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top