Stéphane Raimbault
Stéphane Raimbault
Related to Issue #38
The branch v3.0.x is not maintained anymore. Could you test again with latest version and run the code in debug mode to provide received data, please?
If you are intend to work on the ASCII branch, could you fill the CLA form, please? https://forms.gle/5635zjphDo5JEJQSA
Related to #133
Message are read in several chunks and analyzed at each step (function, meta and data). The header length depends on the backend and it used to reach function code information...
Related to #257
When I see all the forks which implement that feature I think you are legion to want it!
First review: good work! I think a few 'switch/case' could be improved and we need to add tests and documentation. I intend to work on it this month...
Thank you @jbysewski and @AlexLonardi . I created a new branch called https://github.com/stephane/libmodbus/tree/ascii-support to work on that, I need help to work on: 1. https://github.com/stephane/libmodbus/blob/ascii-support/src/modbus-ascii.c#L211, I think MODBUS_MAX_ADU_LENGTH must depend...
Why do you need that cast?