MangoAutomation / BACnet4J

BACnet/IP stack written in Java. Forked from http://sourceforge.net/projects/bacnet4j/
GNU General Public License v3.0
183 stars 110 forks source link

Cannot invoke "com.serotonin.bacnet4j.type.enumerated.Segmentation.intValue()" because "this.segmentationSupported" is null #94

Open IrisonCC opened 3 months ago

IrisonCC commented 3 months ago

localDevice:10.213.22.7,port:47808 ,remoteDevice's ip : 172.18.39.116 ,port : 47808, deviceId 504

final ReadPropertyAck supportedServicesAck = (ReadPropertyAck) localDevice .send(remoteDevice, new ReadPropertyRequest(remoteDevice.getObjectIdentifier(), PropertyIdentifier.protocolServicesSupported)).get(); report the error。

but I use Yabe to test ,it can get the remote device and get all datas