Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 878 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 878 Bytes

ModbusRTUSlave_RS232

---#WORK IN PROGRESS # ---- Small project on Modbus RTU Slave implementation using RS232

For More videos on Learning Embedded Systems, Like, Share and Subscribe my Channel :https://www.youtube.com/channel/UCxsYSj3_C2H3zSijkuocdqA

In the example, I have started with Read of Modbus Holding register value. Not all specs of Modbus standard are covered. I shall try to cover them in my subsequent uploads.

List of uploads:

  1. Ch01 : Holding register Read. Basic with exception codes 01, 02,03 implemented.
  2. Ch02 : Discrete Coil Read, Discrete Input Read and Analog Input Read are added.
  3. Ch03 : Implementation of Inter character break timeout & Inter-frame delay timers for processing of Modbus messages, Calculation & comparision of Received Modbus Frame's CRC
  4. Ch04 : Final zip file implemented with write functions and diagnostic function code.