Communication Protocol RS-232
Communication Protocol RS-232
products is the RS232 Communication Protocol. The term RS232 stands for "Recommended
Standard 232" and it is a type of serial communication used for transmission of data normally in
medium distances. It was introduced back in the 1960s and has found its way into many
applications like computer printers, factory automation devices etc. Today there are many modern
communication protocols like the RS485, SPI, I2C, CAN etc.. you can check them out if interested.
In this article, we will understand the basics of the RS232 Protocol and how it Works.
What is a serial communication?
In telecommunication, the process of sending data sequentially over a
computer bus is called as serial communication, which means the data will be
transmitted bit by bit. While in parallel communication the data is transmitted
in a byte (8 bit) or character on several data lines or buses at a time. Serial
communication is slower than parallel communication but used for long data
transmission due to lower cost and practical reasons.
Example to understand:
Serial communication – you are shooting a target using machine guns, where
bullets reach one by one to the target.
Parallel communication- you are shooting a target using a shotgun, where
many number of the bullets reach at the same time.
Asynchronous Data Transfer – The mode in which the bits of data are
not synchronized by a clock pulse. Clock pulse is a signal used for
synchronization of operation in an electronic system.
Synchronous Data Transfer – The mode in which the bits of data are
synchronized by a clock pulse.
Reference: https://circuitdigest.com/article/rs232-serial-communication-protocol-basics-
specifications