I'm getting the following error:
Abort(server=true, originalInvokeId=2, abortReason=Segmentation not supported)
When I try to read the object listing using:
ReadPropertyAck supportedServicesAck = (ReadPropertyAck)localDevice.send(d, new ReadPropertyRequest(
d.getObjectIdentifier(), PropertyIdentifier.objectList));
I am trying to get the object listing from a BACNet MS/TP using a BACNet IP to MS/TP router. Does this indicate that the remote device returned this error, or the local device?
Thanks,
Rick