Skip to content

VSCP framework v0.3.0

Compare
Choose a tag to compare
@BlueAndi BlueAndi released this 16 Apr 19:05
· 533 commits to master since this release

Features:

  • VSCP framework
    • Silent node behaviour is implemented, which is used for non-multimaster transport protocols, like RS-485. It can be enabled in the configuration.
  • PC example
    • The type of every received and transmitted class1.protocol is shown as user friendly string. This helps for better understanding.

Updates:

  • PC example
    • VSCP helper lib updated to VSCP v1.0.1 Neon release.

Bugfixes:

  • VSCP framework
    • L1 over L2 class C-define name fixed.
    • GUID check in the handling of enter boot loader mode event fixed.
    • CRC-CCITT calculation fixed, used by the boot loader.
  • PC example
    • Sending events on linux failed, because the binary used packed structures, but the vscphelperlib.so not.