You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could someone please merge the according PR?
This ssue makes it impossible to use the lib on ESP MCs. The ESP32's SERIAL_8N1 config value is a 32 bit value (0x800001C)
I stumbled upon this problem, and (once again) fixed that issue, because the mentined PR #16 seem abononed (last commit 2 years ago). Please find an updated PR here: Added Compatibility to ESP32 and ESP8266 #53
In last update of ESP8266 SDK, I got many errors:
error occurs in
_serial->begin
call.I solved problem with following changes:
In
RS485.h
:In
RS485.cpp
:_serial->begin(baudrate, (RS485_SER_CONF_TYPE)config);
The text was updated successfully, but these errors were encountered: