Modbus

oymyakon

Member
Licensed User
Longtime User
Hi guys,
i am trying to implement modbus comms on Android, i have found a Jamod java package that i have in eclipse and successfully passed it though as a library to B4A. I eclipse no error are showing, however when i try to run it in B4a i get the following:-
src\pmodbus\b4a\main.java:306: cannot access net.wimpi.modbus.ModbusIOException
class file for net.wimpi.modbus.ModbusIOException not found
_x = _mobio.ReadInput((int)(0),(int)(1),(int)(30));Debug.locals.put("x", _x);

Any help would be appreciated.

Cheers
Paul.
 
Top