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

Status
Not open for further replies.

Dont

Banned
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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…