Hi, I managed to compile your Android JSSC and replace it into "EasyModbusRTU.Java" for the purpose of Modbus RTU Serial communication (RS485 to RS485) between Android Device and PLC (in my case its FP0R-C14MRS)
I did everything and it compiled and its being use and connected and then comes the big read/write issue.
I know you have not coded the functionality to actually read/write to the android serial port.
Was wondering if you have time to help out? Im in need of this feature.
I had search high and low and even tried using the "lichee Android Serial Port API -- derived from GoogleCode Android Serial Port API", but it did not work because I did not get the actual correct byte return.
Which is why i turned to use JSSC (because that's what the original EasyModbusRTU (Java) was using. (it worked on windows, just not Android).
Could you perhaps complete the Read/Write function of this project?
Thanks.
Hi, I managed to compile your Android JSSC and replace it into "EasyModbusRTU.Java" for the purpose of Modbus RTU Serial communication (RS485 to RS485) between Android Device and PLC (in my case its FP0R-C14MRS)
I did everything and it compiled and its being use and connected and then comes the big read/write issue.
I know you have not coded the functionality to actually read/write to the android serial port.
Was wondering if you have time to help out? Im in need of this feature.
I had search high and low and even tried using the "lichee Android Serial Port API -- derived from GoogleCode Android Serial Port API", but it did not work because I did not get the actual correct byte return.
Which is why i turned to use JSSC (because that's what the original EasyModbusRTU (Java) was using. (it worked on windows, just not Android).
Could you perhaps complete the Read/Write function of this project?
Thanks.