BACnetServerExampleCPP icon indicating copy to clipboard operation
BACnetServerExampleCPP copied to clipboard

Error: Invalid BVLC Type occurs when sending text message from BACnet server

Open Kaiserchen85 opened this issue 2 years ago • 0 comments
trafficstars

Steps to reproduce:

  1. (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.
  2. Run the project.
  3. 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

Kaiserchen85 avatar Oct 12 '23 00:10 Kaiserchen85