I am developing an app that needs to read data from a modbus RTU slave device connected through RS485. The only place online that i could find a solution to this problem is here. http://www.biemmeitalia.net/libraries/install.html
The link to the source code on github is here: https://github.com/biemme/biemmeIOdemo
The question i have is how do i use this library in my android app. I am developing in Android Studio.