steveohara / j2mod

Enhanced Modbus library implemented in the Java programming language
Apache License 2.0
269 stars 111 forks source link

Android Devices #150

Closed mh-ahmadii closed 6 months ago

mh-ahmadii commented 6 months ago

Hello do you think is it possible to use this library on android devices ?!

steveohara commented 6 months ago

I don't see any reason why not, there isn't any dependency over and above JRE 1.8 if you only use it for UDP/TCP transports. For serial, it uses jSerialComm and according to their web page, Andrioid is supported from jellybean upwards