-
Notifications
You must be signed in to change notification settings - Fork 331
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
Comments
Any plans for Leonardo compatibility? |
1 similar comment
Any plans for Leonardo compatibility? |
I'm not working on it at the moment.
El dia 27 jul. 2017 15:37, "machoyouk" <[email protected]> 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
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANq5VANqMMq1knk8BJArqjDBIjpIBvxks5sSJKqgaJpZM4DybcY>
.
|
Fixing millis() overflow on timeouts
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). |
Hi, which is modbus library that works with HC 12 at lower baud rates? I'm looking too at a similar project... |
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... |
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:
Implement other Serial settings: parity, stop bits, ...
End frame delay, also known as T35
Test it with several Arduino boards: UNO, Mega, etc..
Extend it to Leonardo
Master:
Function code 1 and 2 still not implemented
Function code 15 still not implement
Other codes under development
The text was updated successfully, but these errors were encountered: