-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Added example to demonstrate using HardwareSerial with RS485 interfaces #8941
Conversation
…odate some versions of Arduino core
libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino
Outdated
Show resolved
Hide resolved
libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino
Outdated
Show resolved
Hide resolved
libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino
Outdated
Show resolved
Hide resolved
…o.ino Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br>
…o.ino Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br>
…o.ino Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can also remove this as it is already included by default.
libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino
Outdated
Show resolved
Hide resolved
libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino
Outdated
Show resolved
Hide resolved
Hi @econeale, can you please update your PR up to the reviews? Thanks a lot! |
👋 Hello econeale, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
@me-no-dev - this PR can also be merged. |
Description of Change
This PR adds an example to the set of Serial examples that demonstrates how to use the HardwareSerial interface to communicate using RS485 hardware. The demo simply echos data received on one interface to the other.
Tests scenarios
I have tested with Adafruit Huzzah32 (ESP32) and Adafruit QT Py ESP32-S3 using a MAX33046E translation chip.
Related links
Addendum to #8934
Potentially related to #8755