Skip to content

Universal simple Modbus RTU/ASCII/TCP/UDP client.

Notifications You must be signed in to change notification settings

c-not-around/u-modbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capabilities:

  • Modbus full implementation
  • All modbus modes: RTU/ASCII/TCP/UDP
  • Search for a slave device on a common bus
  • Save/open data-map to *.json file
  • User requests (device specific)
  • Logging
  • Cycle read
  • Support for all major data types:
    • Int16
    • Uint16
    • Int32
    • Uint32
    • Int64
    • Uint64
    • Float32 (float)
    • Float64 (double)
  • Selection of byte order for variables longer than a 16-bit word

screnn