-
Notifications
You must be signed in to change notification settings - Fork 123
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
Make delay depend on number of bits per character #112
base: master
Are you sure you want to change the base?
Conversation
As per specification, there should be always 11 bits transmitted for each character.
|
Memory usage change @ 94a00b2
Click for full report table
Click for full report CSV
|
correct a small markdown typo in `requestFrom` input type descriptio.
Memory usage change @ aed35cb
Click for full report table
Click for full report CSV
|
I'm also thinking about adding a PR which uses this math to set the default predelay timeout since Modbus documentation states there should be 3.5 character lengths between messages. This main reason for this is mostly summed up here in this forum post I made: https://forum.arduino.cc/t/arduinomodbus-only-prints-fail-messages-using-mkr1010-board-and-mkr485-shield/1197701 Would this be a worthwhile change or should I just try to add something to the documentation somewhere / make an ArduinoModbus communication tutorial similar to the ArduinoRS485 tutorial? |
As per specification, there should be always 11 bits transmitted for each character.