I created a simple server using bacserv 1234 in bacnet-stack, then used this lib to read PresetValue of BV1.
The server sent Ack as expected(20 bytes), but the lib needs 23 bytes, so it reports ErrTooShortToParse.
send hex: 810a001101040005010c0c014000011955
receive hex: 810a0014010030010c0c0140000119553e91003f
I created a simple server using
bacserv 1234in bacnet-stack, then used this lib to read PresetValue ofBV1.The server sent
Ackas expected(20 bytes), but the lib needs 23 bytes, so it reports ErrTooShortToParse.send hex: 810a001101040005010c0c014000011955
receive hex: 810a0014010030010c0c0140000119553e91003f