Menu

dependencies

2015-10-20
2015-10-22
  • paul stanton

    paul stanton - 2015-10-20

    There is a dependency on Gnu Io. I cannot find it documented anywhere, or what version is required.

     
  • Julie Haugh

    Julie Haugh - 2015-10-20

    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.

     
  • paul stanton

    paul stanton - 2015-10-21

    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

     
  • Julie Haugh

    Julie Haugh - 2015-10-21

    Yes - RxTx is very old and fairly stable. Serial communcations is falling out of favor and there isn't much new anyway.

     
  • paul stanton

    paul stanton - 2015-10-22

    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.

     

Log in to post a comment.