BACnetServerExampleCPP
BACnetServerExampleCPP copied to clipboard
Error: Invalid BVLC Type occurs when sending text message from BACnet server
trafficstars
Steps to reproduce:
- (Optional): Change the FD BBMD Address Host IP in the CASBACnetStackExampleDatabase.cpp to the IP Address of the device that is meant to receive the message. In code, search for
this->networkPort.FdBbmdAddressHostIp. - Run the project.
- Enter "m" into the console.
The following errors will show up:
Error: Invalid BVLC type, expecting 0x81 for BACnet IP
Error: Unable to decode the BVLL
Error: Could not decode packet
I expected the message This is a test message. to be sent successfully to my device with IP Address 192.168.68.105.
Full console log: BACnetServerExampleCPP Send Message Error.txt
Wireshark log: Invalid BVLC Type.zip The text message should be No. 938.
I am using BACnetServerExample version: https://github.com/chipkin/BACnetServerExampleCPP/commit/bb25451e9278c12fa98060fd50b4fdc7f605240a