Search found 1 match

by ffplus
Mon Apr 23, 2018 9:37 am
Forum: ESP32 Arduino
Topic: ESP32 RS485driver hardwareserial ModbusMaster
Replies: 23
Views: 45286

Re: ESP32 RS485driver hardwareserial ModbusMaster

I have come across exact same thing with ModbusMaster library as well. Too many Modbus and Logic analyser tests lead me to editing of the library and found the solution actually. Problem is according to my guess, when you use Serial.write() function, due to async nature of ESP32 it doesn't wait for ...