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

Add warning to docs re: client assertion of DTR causing board reset #98

Open
c0d3rx opened this issue Jul 23, 2022 · 0 comments
Open

Add warning to docs re: client assertion of DTR causing board reset #98

c0d3rx opened this issue Jul 23, 2022 · 0 comments
Labels
topic: documentation Related to documentation for the project type: enhancement Proposed improvement

Comments

@c0d3rx
Copy link

c0d3rx commented Jul 23, 2022

Some modbus client (e.g pymodbus) assert dtr before transmitting, this lead to reset arduino to bootloader ( i spent one day around the problem on arduino-nano used as modbus-slave)
Resolved disabling reset with a 120 ohm resistor from 5v to rst to disable dtr reset.
After that, my program works flawless
Not an issue but i think would be nice to warn user if strange behaviour happen.
Thank you for sharing your work!

@per1234 per1234 added type: enhancement Proposed improvement topic: documentation Related to documentation for the project labels Jul 23, 2022
@per1234 per1234 changed the title not an issue Add warning to docs re: client assertion of DTR causing board reset Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

2 participants