SensorModbusMaster icon indicating copy to clipboard operation
SensorModbusMaster copied to clipboard

The library does not support esp8266

Open 15670941101 opened this issue 3 years ago • 5 comments

Is there any way to use this library directly on esp8266?

15670941101 avatar Nov 29 '21 13:11 15670941101

I'm not sure. Have you tried it? Does it work? If not, what errors do you get?

SRGDamia1 avatar Nov 29 '21 15:11 SRGDamia1

我不知道。你试过吗?它有效吗?如果没有,你会得到什么错误?

Yes, I tried, and the result is 0

15670941101 avatar Nov 30 '21 02:11 15670941101

It still work, i'm using Wemos D1 Mini and D1 Mini Pro, both works fine. But i can't find correct value with int32

rishaldyprisly avatar Jan 17 '22 04:01 rishaldyprisly

It works for my esp32 lolin32; there is a debug option that gives you the raw RS485 traffic, that should help in debugging.

rfaass avatar Mar 28 '22 02:03 rfaass

You need to update your Arduino ESP8266 board package via the Board Manager to get the latest SoftwareSerial driver. Package V3.0.2 works fine with SensorModbusMaster, V2.6.3 does not.

hn avatar Dec 05 '22 18:12 hn