epsilonrt / modbus-serial

A library that allows your Arduino to communicate via Modbus protocol, acting as a slave. Over serial line implementation (OSI 2/OSI 1)
https://epsilonrt.github.io/modbus-serial/
BSD 3-Clause "New" or "Revised" License
14 stars 2 forks source link

How connect RS485 - USB adapter #5

Open CNCmachineMaker opened 9 months ago

CNCmachineMaker commented 9 months ago

I want to connect a ESP32 to a CNC machine (modbus Master) . In the examples I cannot find how to connect the RX/TX pins. Only the TX pin is mentioned

Is this library also applicable for ESP32?

I hope somebody can help me out here.

thnx in advance

D