Skip to content

Commit 6022ef6

Browse files
committed
Added more detail to initial comment
1 parent 485bac9 commit 6022ef6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libraries/ESP32/examples/Serial/RS485_Echo_Demo/RS485_Echo_Demo.ino

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
mode with collision detection as described in
88
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/uart.html#circuit-a-collision-detection-circuit
99
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.
1013
*/
1114

12-
// Open the Serial Monitor with testing baud start typing and sending caracters
13-
1415
#include <HardwareSerial.h>
1516

1617
#define RS485_RX_PIN 16

0 commit comments

Comments
 (0)