smarmengol / Modbus-Master-Slave-for-Arduino

Modbus Master-Slave library for Arduino
GNU Lesser General Public License v2.1
471 stars 328 forks source link

Known issues #2

Open smarmengol opened 9 years ago

smarmengol commented 9 years ago

KNOWN ISSUES

It is not compatible with ARDUINO LEONARDO and not tested under ARDUINO DUE and newer boards. ARDUINO LEONARDO Boards aren't compatible with the add-on required for RS485 compatibility.

TODO List

Common to Master and Slave:

1) Implement other Serial settings: parity, stop bits, ...

2) End frame delay, also known as T35

3) Test it with several Arduino boards: UNO, Mega, etc..

4) Extend it to Leonardo

Master:

1) Function code 1 and 2 still not implemented

2) Function code 15 still not implement

3) Other codes under development

bilbolodz commented 7 years ago

Any plans for Leonardo compatibility?

machoyouk commented 7 years ago

Any plans for Leonardo compatibility?

smarmengol commented 7 years ago

I'm not working on it at the moment.

El dia 27 jul. 2017 15:37, "machoyouk" notifications@github.com va escriure:

Any plans for Leonardo compatibility?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/smarmengol/Modbus-Master-Slave-for-Arduino/issues/2#issuecomment-318364421, or mute the thread https://github.com/notifications/unsubscribe-auth/AANq5VANqMMq1knk8BJArqjDBIjpIBvxks5sSJKqgaJpZM4DybcY .

Cloolalang commented 4 years ago

Trying to use this with HC12 UART radios, and Arduino UNO. All is well until I tried to use it at lower baud rates (<4800) (to increase radio range). I tried changing some of the timer settings but no luck. I know that radios are working well at 1200bd and have tested using other modbus Arduino libs and a windows modbus simulator. I really like this library, it would be great to be able to use it at the lower baud rates for our radio based Modbus. Cheers Patrick

gio-dot commented 4 years ago

Trying to use this with HC12 UART radios, and Arduino UNO. All is well until I tried to use it at lower baud rates (<4800) (to increase radio range). I tried changing some of the timer settings but no luck. I know that radios are working well at 1200bd and have tested using other modbus Arduino libs and a windows modbus simulator. I really like this library, it would be great to be able to use it at the lower baud rates for our radio based Modbus. Cheers Patrick

Hi, which is modbus library that works with HC 12 at lower baud rates? I'm looking too at a similar project...

Cloolalang commented 4 years ago

https://github.com/norgor/ModbusRTU

Cloolalang commented 4 years ago

The Ebyte Lora Uart Radio are far superior, also checkout Mysensors,

gio-dot commented 4 years ago

The Ebyte Lora Uart Radio are far superior, also checkout Mysensors,

Thank you! Do you know (using smarmengol library) how can be used modbus registers starting i.e. from 300? I'm using this library (slave mode) with modbus registers from 0 to 70 (holding registers), but i have no idea of how to use ie registers from 300 to 370 instead...