Skip to content
Jack Ting edited this page Sep 20, 2017 · 11 revisions

Welcome to my freeModbus repository on GitHub!

This repository is build base on all the historical versions released at freeModbus project on SourceForge.net
It's a freemodbus library for embedded systems (http://freemodbus.org/), that was originally written by Christian Walter wolti@sil.at.

And More...

I'm trying to rewrite a new version base on it.

  • Make the codes more solid.
  • Add new features such as:
    • support hardware FIFOs of UART
    • support multiple serial ports for RTU/ASCII
    • support multiple connection of TCP
    • Modbus protocol gateway
  • Easier to read and understanding the codes.
    • Rename internal variable, functions (Sorry, I really really don't like the Hungarian notation. Cause, it makes my brain obstructed.)
    • Make some mechanism to keep the old porting works without modify the origin port, if the API is changed for some reason.

I've patch all bugs that I've found while rewriting v2.0.
But not on the demo codes yet.

Later it will be released as ver. 1.6.0 after testing.

Clone this wiki locally