-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The library does not support esp8266 #20
Comments
I'm not sure. Have you tried it? Does it work? If not, what errors do you get? |
Yes, I tried, and the result is 0 |
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 |
It works for my esp32 lolin32; there is a debug option that gives you the raw RS485 traffic, that should help in debugging. |
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. |
Is there any way to use this library directly on esp8266?
The text was updated successfully, but these errors were encountered: