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.

[SOLVED] [moved] Can USART protocol can be used to connect UART protocol devices

Status
Not open for further replies.

Dont

Banned
Newbie level 5
Joined
Jan 29, 2015
Messages
8
Helped
2
Reputation
4
Reaction score
2
Trophy points
3
Visit site
Activity points
0
Im bit confused about the UART and USART communication.

Can I try a device which is having USART protocol to make to work with UART protocol by not connecting the clock and DIR pin. As simple UART required RX and TX so I will used only those 2 pins for the interfacing of UART from USART will that be fine.

Thanks in advance...
 

You need three pins - ground must be connected too!

UART = Universal Asynchronous Receiver Transmitter
USART = Universal Synchronous Asynchronous Receiver Transmitter

The data exchange between them is identical in asynchronous mode, their difference is an additional mode (synchronous) in the USART which allows them to share the same clock signal and therefore remain 'locked' (=synchronous) to each other. In async mode, the data stream has to be searched for start and stop bits to establish a time reference for extracting the data bytes from the bit stream. If you use a USART in asynchronous mode it works exactly the same as a UART.

Brian.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top