cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3049
Views
14
Helpful
3
Replies

difference between synchronous and asynchrounous ?

shadowman724
Level 1
Level 1

hello,

what is the difference between synchronous serial and asynchronous serial?

thanks.

1 Accepted Solution

Accepted Solutions

devang_etcom
Level 7
Level 7

hi here both are the types of the serial communication... you can get more information for this link:http://www.erg.abdn.ac.uk/users/gorry/eg2069/async.html

rate this post if it helps

regards

Devang

View solution in original post

3 Replies 3

devang_etcom
Level 7
Level 7

hi here both are the types of the serial communication... you can get more information for this link:http://www.erg.abdn.ac.uk/users/gorry/eg2069/async.html

rate this post if it helps

regards

Devang

scottmac
Level 10
Level 10

Synchronous indicates that the communicating devices are using a common, active clock.

Asynchronous indicates that there is no common clock, and so some method must be used to let the receiver know that information is arriving, and where the valid bits of information are in the transmission.

In Ethernet, this is done with a preamble, which is initially a string of 64 alternating zeros and ones. This sequence announces that traffic is arriving, and give the receiver "the rhythm" to sync up.

In RS232, it's a simple "Start Bit;" it wakes up the receiver, and tells it to begin paying attention to the line transitions indicating marks & spaces.

In a synchronous communication, the clock is always present, payload areas are defined, as well as administrative areas (like framing and possibly in-band messages). Every clock cycle has a meaning and a purpose.

Because of the need to put in synchronizing elements, asynchronous communications have more overhead.

For example, two 64K lines, one sync, one async, the async line will have more transmission overhead (less payload for the time measured) because of the synchronizing elements.

Hope this helps,

Good Luck

Scott

minumathur
Level 1
Level 1

both are serial communication method

Synchronous - Requied clock for communication

Asynchronous- Not required clock for communication.

Let me give you example, 1 )when you connected two device back to back in syn mode , it have same clocking required in both side.

2) when you connected two devices back to back , does not requied clocking shoud be same.

-Minu