Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added example to demonstrate using HardwareSerial with RS485 interfac…
…es (#8941) * Added Serial as RS485 interface demo * Added more detail to initial comment * Switched to UART_MODE definitions from uart_types.h in order to accomodate some versions of Arduino core * Update libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino Co-authored-by: Lucas Saavedra Vaz <[email protected]> * Update libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino Co-authored-by: Lucas Saavedra Vaz <[email protected]> * Update libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino Co-authored-by: Lucas Saavedra Vaz <[email protected]> * Removed HardwareSerial.h include. Switched RTS pin to GPIO 4 for broader compatability. * using 115200 for UART0 - console --------- Co-authored-by: Lucas Saavedra Vaz <[email protected]> Co-authored-by: Rodrigo Garcia <[email protected]>
- Loading branch information