We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485bac9 commit 6022ef6Copy full SHA for 6022ef6
libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino
@@ -7,10 +7,11 @@
7
mode with collision detection as described in
8
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/uart.html#circuit-a-collision-detection-circuit
9
10
+ To use the script open the Arduino serial monitor (or alternative serial monitor on the Arduino port). Then,
11
+ using an RS485 tranciver, connect another serial monitor to the RS485 port. Entering data on one terminal
12
+ should be displayed on the other terminal.
13
*/
14
-// Open the Serial Monitor with testing baud start typing and sending caracters
-
15
#include <HardwareSerial.h>
16
17
#define RS485_RX_PIN 16
0 commit comments