What is the serial communications protocol? To put it bluntly, it is the protocol transmission method used for serial port communication.
How many serial communication protocols are there? Serial communication protocols include inter-system protocols and internal system protocols.
Inter-system protocols: Inter-system protocols used to communicate two different devices. Just like the communication between a computer and a microcontroller suite. Communication is done through the internal bus system. The common ones are UART protocol, USART protocol, and USB protocol.
Internal system protocols: internal system protocols are used to communicate two devices on a board. While using these in-system protocols, we will extend the peripherals of the microcontroller without using in-system protocols. Using in-system protocols increases the circuit complexity and power consumption. Using in-system protocols, the circuit complexity and power consumption is reduced, the cost is reduced and access to data is very secure. The common ones are I2C protocol, SPI protocol, and CAN protocol.
UART stands for Universal Asynchronous Transmitter and Receiver.The UART protocol is serial communication with two wired protocols. The data cable signal lines are labeled Rx and Tx. serial communication is usually used to send and receive signals. It is transmitted and receives data with serial communication without class pulses. the UART receives the data bytes and sends the individual bits in order.
USAT protocol in embedded systems, usually as a peripheral of the MCU; in general, by the chip pins directly out of the general TTL level; and indirectly in the middle of the conversion chip may be RS232 level. Details can be viewed: serial communication standards
UART is a half-duplex protocol. Half-duplex means having the ability to transmit and receive data, but not at the same time. Most controllers have a hardware UART on the board.It uses one data line to send and receive data. It has a start bit, an 8-bit data, and a stop bit that indicates that the 8-bit data transmission one signals from high to low. Examples: email, SMS, walkie-talkie, industrial IoT transmission devices Serial Server .
USART stands for Universal Synchronous and Asynchronous Transmitter and Receiver. It is a two-wire protocol for serial communication. The data cable signal lines are labeled Rx and TX.This protocol is used to send and receive data byte by byte as well as clock pulses. It is a full duplex protocol which means that data is sent and received simultaneously at different board speeds. Different devices communicate with the microcontroller through this protocol. An example is telecommunications.
USB stands for Universal Serial Bus. Again, it is a two-wire protocol for serial communication. The data cable signal lines are labeled D + and D-. This protocol is used to communicate with system peripherals.The USB protocol is used to send and receive data serially to and from the host and peripheral devices.USB communication requires driver software based on the functionality of the system.The USB device can transfer data on it the host does not have any request on the bus. Nowadays, most of today's devices are using this technology to communicate with the USB protocol. Use USB like a computer to communicate with an ARM controller.USB transfers data in different modes. The first is the slow mode from 10 kbps to 100 kbps; the second is the full speed mode 500kbps to 10mbps and the high speed mode 25mbps to 400Mbps. the maximum cable length of USB is 4 meters.
Examples include: mouse, keyboard, hub, switch, pen drive.
I2C stands for Internal Integrated Circuit.I2C requires only two lines to connect all the peripherals to the microcontroller.I2C requires only two lines SDA (Serial Data Line) and SCL (Serial Clock Line) to transfer information between devices. It is the master of the slave communication protocol. Each slave has a unique address. The master device sends the address and read/write flags of the target slave device. The address matches any slave device that is turned on by that device, with the rest of the slaves in disabled mode. Once the addresses match, communication takes place between the master and that slave and data is sent and received. The transmitter sends 8 bits of data and the receiver replies with a 1-bit acknowledgement. When communication is complete, the master issues a stop condition.
The I2C bus was developed by Philips Semiconductors. Its original purpose was to provide an easy way to connect a CPU to a peripheral device chip. Peripherals in embedded systems are typically connected to the microcontroller as memory-mapped devices. i2C requires only two lines to connect all peripherals to the microcontroller. These active lines, called SDA and SCL, are bi-directional. the SDA line is the serial data line, while the SCA line is the serial clock line.
? I2C Pull-Up Resistors:
Why pull-up resistors are used in the I2C SCL and SDA lines.
Both SDA and SCL lines are open drain drivers.
It can drive the output low to drive it high.
In order for the lines to go high, you must provide pull-up resistors
SPI stands for Serial Peripheral Interface. It is one of the serial communication protocols developed by Motorola. Sometimes SPI protocol is also called 4-wire protocol. It requires four wires MOSI, MISO, SS and SCLK.SPI protocol is used to communicate master and slave devices. The host first uses the frequency configuration clock. Then, the host selects a specific slave device to communicate with by pulling the chip select button. Selecting that particular device and starts the communication between the host and that particular slave. The host selects only one slave at a time. It is a full duplex communication protocol. In the case of bit transfer, it is not limited to 8-bit words.
CAN stands for Controller Area Network. It is a serial communication protocol. It requires two lines CAN high (H +) and CAN low (H-). It was developed by Robert bosh company in 1985 for in-vehicle networks. It is based on message oriented transport protocol.
The 1970s was the era when automakers began to introduce new features such as anti-lock brakes, air conditioning, gear control, and centrally operated door locks. These features ensured additional wiring and complex designs, which increased cost and risk. To overcome these problems, Robert Bosch introduced the CAN protocol in the 1980s. This serial communication protocol was further standardized in 1993 as ISO 11898. It is the CAN protocol that has completely transformed communication between advanced sensors.
The CAN protocol is commonly used in electronic networks in automobiles, airplanes, and medical systems. Common products include the Can-to-Ethernet device USR-CANET200