Advantages Of Serial Communication Over Parallel Communication

Advantages Of Serial Communication Over Parallel Communication 3,9/5 3001 votes

Apr 12, 2016 - One of the major differences is that; in Serial Transmission data is sent bit. Multiples lines whereas, in Serial transmission data flows through a single wire. Both Serial and Parallel Transmission have their advantages.

Serial Communication – Introduction Hey folks! It’s now time for one of the most desired tutorials on maxEmbedded – the Serial Communication series! In these series, we will discuss the basic concepts of serial communication; the loopback test, the USART/UART of AVR and then we will proceed towards implementing the SPI and I2C in AVR. This post will cover the basics of serial communication and will be mostly a theoretical topic. We will do some practical stuff from next tutorial onwards. Lets have a glance at the contents. Contents • • • • • • • • • • • • • • • • What is Communication?

Before we move on to serial communication, lets discuss a bit about communication in general. In simple terms, communication is an exchange of ideas between two individuals. Ideas can be anything and in any form – they could be written/spoken words, in form of media like audio/video, or if you like sci-fi, then it can also in form of telepathy!;) But what does communication between two microcontrollers mean?

An exchange of data (bits)! There are many protocols for communication (which would be discussed later) but all of them are based on either serial communication or parallel communication.

Why do we need Communication? Lets take an example. As kids, we all must have played with those remote controlled toy cars and airplanes. It was pretty fun and fascinating at that time. I am sure that most of us at that time didn’t try to figure out how it was possible!

How could the remote control device in your hand control the car or the aeroplane? Well, of course, the device in your hand sends some data, which is received by the car/aeroplane. There is a microcontroller onboard the toy, which interprets the signals and acts accordingly. So far so good, but now it doesn’t end here. As grown ups, there are a few more questions which should arise! Like how does the device send the signal?

From where is the signal being sent? What is actually being sent? Who receives it? How is it processed?

Lets take another example. This one’s a more common example. You have a file in your mobile and you would like to share it with your friend who is sitting next to you? How would you do it – Bluetooth, IR, NFC, LAN or email? Mostly people would use Bluetooth. IR is obsolete, NFC is still in developmental phase and isn’t available in most devices, LAN needs a WiFi/LAN network whereas email requires an active Internet connection. The same questions can be put forth here as well – how is it send, from where is it sent and to where, what is being sent and how is it processed?!

Well, this is why communication is required! And to answer all those questions, several communication protocols have been developed! Now lets discuss a little about serial and parallel communication. Serial Communication.

This page contains the list of download links for Custom Printers. To download the proper driver you should find the your device name and click the download link. If you could not find the exact driver for your hardware device or you aren't sure which driver is right one, we have a program that will detect your hardware specifications. Custom kube printer driver KUBE II LOTTERY is a high performance thermal printer suitable for applications in the gaming, lottery and betting sector. High quality printing of logos and graphic coupons with Serial interface and USB FULL SPEED that is 10 times faster! KUBE II is the ideal thermal POS printer for the retail and hospitality sectors. Thanks to its compact, appealing and robust design, and the possibility to install it both vertically and horizontally, it is the ideal solution for Points of Sale.

Parallel Transfer Parallel communication is the process of sending/receiving multiple data bits at a time through parallel channels. It is like you are firing using a shotgun to a target – where multiple bullets are fired from the same gun at a time!;) Serial vs Parallel Communication Now lets have a quick look at the differences between the two types of communications.