Skip to content

alexrayne/freemodbus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freemodbus

FreeModbus library rework.

This is a rework of freemodbus library for embedded systems (http://freemodbus.org/) originally written by Christian Walter wolti@sil.at.

Goals of this rework:

  • Replace hungarian notation in code to respond Linux kernel coding guidelines
  • Update AVR port (since it uses poisoned code)
  • Create STM32 port
  • Make library useable with Antares build environment (https://github.com/nekromant/antares)

What is currently done and need testing:

  • Updated AVR port. Now it uses ISR instead of SIGNAL interrupt syntax.
  • Added Antares integration. To work with it, just run bootstrap (if you have Antares globally installed)

About

FreeModbus library rework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.8%
  • C++ 6.5%
  • Assembly 1.4%
  • Makefile 0.2%
  • Objective-C 0.1%
  • JavaScript 0.0%