It's the same dependency as jamod had. I'll need to track that down and get it documented. In the meantime, it's the RXTX package -- "librxtx-java" for Linux.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am not using a serial connection however ran into exceptions regardless. I guess this is because I use ModbusMasterFactory to create my ModbusTcpTransport. I have switched over to TCPMasterConnection - the implementation is quite different, however mabe more featured. This seems to avoid the dependence.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is a dependency on Gnu Io. I cannot find it documented anywhere, or what version is required.
It's the same dependency as jamod had. I'll need to track that down and get it documented. In the meantime, it's the RXTX package -- "librxtx-java" for Linux.
Thanks, I found that via someone's copy of the source code. they were using version 2.1.7
is that correct? it looks like that was released 2006.
https://github.com/mookins/j2mod/blob/master/pom.xml
Yes - RxTx is very old and fairly stable. Serial communcations is falling out of favor and there isn't much new anyway.
I am not using a serial connection however ran into exceptions regardless. I guess this is because I use ModbusMasterFactory to create my ModbusTcpTransport. I have switched over to TCPMasterConnection - the implementation is quite different, however mabe more featured. This seems to avoid the dependence.