Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Is BACnet4J 2.0 ready for usage? (MS/TP!)
-
I wanted to upgrade my BACnet4J.jar file and noticed on the
CVS repo that there's some commit for the BACnet4J 2.0. (With sweet sweet MS/TP support)If it is, may I inquire on what might be causing this error when trying to build?
error: cannot find symbol [javac] import gnu.io.SerialPort; [javac] ^ [javac] symbol: class SerialPort [javac] location: package gnu.io
I've double checked and RXTXcomm.jar is indeed in the lib-opt directory.
Thank you very much in advance!
-
Hmm, i can only assume that somewhere in my ant classpath is the RXTX lib, perhaps in the JVM that it references. So, it's a fluke that it works for me. You can always add the lib/RXTX jar into the build script. That should clear things up.