Modbus driver for Android
Documentation is limited. There are no examples whatsoever. Error messages are cryptic. It took me over 10 solid hours to get it to work properly. Finally this driver is WiFi only, there is no eth0 Ethernet support. That was a deal breaker for me. One positive is that it's a web service, so that you can say things like this: http://localhost:8070/modbus/?target=10.10.220.10&table=discrete&addr=1&count=16 And it will return a JSON object containing the response data. That's pretty cool, and I recommended developers keep working at it.
by C####:
Documentation is limited. There are no examples whatsoever. Error messages are cryptic. It took me over 10 solid hours to get it to work properly. Finally this driver is WiFi only, there is no eth0 Ethernet support. That was a deal breaker for me. One positive is that it's a web service, so that you can say things like this: http://localhost:8070/modbus/?target=10.10.220.10&table=discrete&addr=1&count=16 And it will return a JSON object containing the response data. That's pretty cool, and I recommended developers keep working at it.