Modbus tcp protocol application

I am developing an Android application for controlling plc using tcp / ip modbus, who has a good tutorial on this?
Modbus protocol speeds up flow (Android, Jamod)

+4
source share
2 answers

Modbus on Android can be seen here , ModbusDroid with source code can be found here , and modbus4j can be found here .

+5
source

I did what you are trying to do. I sent a question and answer to my problem in the following link . Hope this helps a bit.

+1

All Articles