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.

Driver TL16C552 for 8051

Status
Not open for further replies.

longimi

Newbie level 5
Joined
Mar 6, 2006
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,323
Hi all
Can help me, exam connect tl16c552 or Max3100 with 8051. I want more serial port for 8051.
Thanks all.
 

8051 has one hardware UART, but you can use any general I/O pins and/or interrupt pins to create additional UART(s) in software ..
Maybe you should consider this option before trying to connect external hardware UART ..
Here are more details on "bit bang":
**broken link removed**

"Bit-bang" serial I/O functions for the 8051.
These routines transmit and receive serial data using two general I/O pins, in 8 bit, No parity, 1 stop bit format. They are useful for performing serial I/O on 8051 derivatives not having an internal UART, or for implementing a second serial channel.

Regards,
IanP
 

There are sample code for 8051 on page 30 of MAX3100 data sheet
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top