Skip to content

yet-another-average-joe/YAAJ_ModbusMaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YAAJ_ModbusMaster

For ESP32-heads, see here : #2

This Arduino library was forked from https://github.com/4-20ma/ModbusMaster

As is, this great library does NOT comply with the MODBUS specification, and cannot without editing deep in the code : the T1.5 and T3.5 delays/timeouts are not implemented.

mods :

  • added T1.5 and T3.5 support
  • support for HardwareSerial ONLY
  • removed the hungarian notation (not needed anymore nowadays)
  • renamed many member functions and attributes for better readability
  • removed all the comments for auto generated Doxygen documentation (everything is self explanatory)
  • replaced constexpr with #define (as a Visual Studio user, #define gives better readability than constexpr with IntelliSense)

Tested with STM32 as master, Schneider Telemecanique Altivar VFD + Arduino Nanos running SimpleModbusSlave library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages