Page 1 of 1

Modbus RTU Master code needed

Posted: 27 Mar 2024 11:27
by kamputty
Hi all,

I hope you are all doing well.

I'm in need of a Modbus RTU Master library...I've looked on LibStock and was not sure which, if any, I could use.

I'm using the Necto environment...PIC32MZ...

Any advice, pointers would be greatly appreciated.

~Kam

Re: Modbus RTU Master code needed

Posted: 02 Apr 2024 14:55
by faeton
I would not advise you to use libraries - they are very clumsy most of the time.
Modbus is a simple protocol, especially the Master: you need to send 1 or 2 types of request and read a response.