Why Do We Prefer Serial Communication? Exploring RS485, SPI, and I2C

Why Do We Prefer Serial Communication? Exploring RS485, SPI, and I2C

Click the card above to follow for more information 1. Why Do We Prefer Serial Communication? When working on microcontroller products, the most commonly used method is serial communication. For any microcontroller peripherals, those with serial port functionality are prioritized, such as Bluetooth modules, WIFI modules, 4G modules, electric meters, and displays. Why do we … Read more

Comprehensive Overview of 5 Common Embedded Protocols (UART, RS232, RS485, IIC, SPI)

Comprehensive Overview of 5 Common Embedded Protocols (UART, RS232, RS485, IIC, SPI)

Many students learning embedded systems often feel confused by various protocols and can’t distinguish their functions. Today, I will clarify the five commonly used protocols in embedded systems, packed with useful information. Without further ado, let’s get started! 01 UART Communication Protocol 1. Principle The data packet in serial communication is transmitted from the sending … Read more

Comprehensive Guide to Siemens Profibus Connector Wiring

Comprehensive Guide to Siemens Profibus Connector Wiring

The plug and terminal resistor play a very important role in Profibus communication. They are very simple to use and do not require many complex settings; however, due to their simplicity, many engineers overlook some details during use, leading to various communication issues.(1) Structure and Simple Usage of Profibus Plugs Figure 1: Structure of Profibus … Read more

Differences Between RS-485 and MODBUS

Differences Between RS-485 and MODBUS

Tip:Click above“Ba Fang Hui PLC Practical Programming Training“↑Follow us for free RS485is a wired transmission, which requires a hardware transmission medium, essentially just two wires are sufficient. The actual signal transmitted over these two wires is the same signal; the sending end splits this signal into two, but at the receiving end, it is restored … Read more

RS485 and Modbus Communication Protocol Tutorial

RS485 and Modbus Communication Protocol Tutorial

Search on WeChat Technical Training In 1979, Schneider Electric established a bus protocol for industrial sites called the Modbus protocol. Nowadays, many industrial applications using RS485 communication adopt the Modbus protocol. Today, we will explore RS485 communication and the Modbus communication protocol. 1. Introduction In fields such as industrial control, power communication, and smart instruments, … Read more

RS485 and Modbus Communication Protocol

RS485 and Modbus Communication Protocol

In industrial control, power communication, and smart instrumentation, data exchange often relies on serial communication. Initially, the RS232 interface was the mainstream choice; however, due to the complexity of industrial sites, various electrical devices generate electromagnetic interference that can lead to signal transmission errors. In 1979, Schneider Electric designed and launched a bus protocol specifically … Read more

Notes on Pitfalls Encountered with Modbus Protocol

Notes on Pitfalls Encountered with Modbus Protocol

Recently, I used the Modbus protocol for communication with third-party devices. Here are some points to summarize and share, to help everyone avoid pitfalls in the future. This article does not provide a systematic explanation of the Modbus protocol but describes the issues and precautions encountered during usage, taking RS485-based Modbus-RTU as an example: 1. … Read more

Why Is Serial Communication So Popular? RS485, SPI, and I2C?

Why Is Serial Communication So Popular? RS485, SPI, and I2C?

1. Why Is Serial Communication So Popular? When working on microcontroller products, the most commonly used method is serial communication. For any microcontroller peripherals, the priority is to choose those with serial port functionality, such as Bluetooth modules, WIFI modules, 4G modules, electric meters, and displays. Why Is Serial Communication So Popular? Because it’s simple! … Read more

Performance Comparison of PROFINET and PROFIBUS

Performance Comparison of PROFINET and PROFIBUS

PROFINET and PROFIBUS are two fieldbus systems introduced by the PNO organization. There is no comparability between the two; PROFINET is based on industrial Ethernet, while PROFIBUS is based on RS485 serial bus. The protocols of the two are completely different due to the differing media, with no connection between them. However, both have excellent … Read more