Skip to content
niwciu edited this page Oct 15, 2024 · 3 revisions

General Description

GitHub License
GitHub top language GitHub Release

Implemented Features

  • Contain ModBus RTU Master and Slave implementation
  • Support the following functions:
    • Read Coils (0x01)
    • Read Discrete Inputs (0x02)
    • Read Holding Registers (0x03)
    • Read Input Registers (0x04)
    • Write Single Coil (0x05)
    • Write Single Register (0x06)
    • Write Multiple Coils (0x0F)
    • Write Multiple registers (0x10)
  • Possible to run master and slave functionality on one hardware platform
  • Contain examples of:
    • ModBus Master RTU implementation
    • ModBus Slave RTU implementation
    • ModBus Master & Slave implementation on one harwdware platform
  • Library contain unit test and integration tests that can be reused in project if needed

ToDo Features


myEmbeddedWayBanerWhiteSmaller


Clone this wiki locally