documentation

Asked by santiago

I'm new to modbus and need to write a simple program. Where can I find some documentation regarding the library and how to use it? Also, is there somewhere explained how to use the test program, or what does it do?

Thanks in advance,

Santiago

Question information

Language:
English Edit question
Status:
Solved
For:
libmodbus Edit question
Assignee:
No assignee Edit question
Solved by:
Stéphane Raimbault
Solved:
Last query:
Last reply:
Revision history for this message
Best Stéphane Raimbault (sra) said :
#1

The only documentation of libmodbus is in modbus.h but I think it's easy to use if you've read tests source code and PI_M300.pdf (http://copyleft.free.fr/data/modbus/)

Revision history for this message
santiago (repepo) said :
#2

Thanks Stéphane Raimbault, that solved my question.