Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Known issues #2

Open
smarmengol opened this issue Mar 21, 2015 · 8 comments
Open

Known issues #2

smarmengol opened this issue Mar 21, 2015 · 8 comments

Comments

@smarmengol
Copy link
Owner

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
Copy link

Any plans for Leonardo compatibility?

1 similar comment
@machoyouk
Copy link

Any plans for Leonardo compatibility?

@smarmengol
Copy link
Owner Author

smarmengol commented Aug 10, 2017 via email

smarmengol pushed a commit that referenced this issue Jul 20, 2018
Fixing millis() overflow on timeouts
@Cloolalang
Copy link

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
Copy link

gio-dot commented Jun 26, 2020

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
Copy link

https://github.com/norgor/ModbusRTU

@Cloolalang
Copy link

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

@gio-dot
Copy link

gio-dot commented Jun 26, 2020

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants