open-weather-vision / vantjs

platform-independent javascript/typescript interface to Davis Vantage Pro, Davis VantagePro 2 and Davis Vantage Vue
https://open-weather-vision.github.io/vantjs/
7 stars 0 forks source link

Received data is split differently depending on the used device #9

Closed harrydehix closed 2 years ago

harrydehix commented 2 years ago

Depending on the used device the data received from the console is split differently.

Because vantjs only waits for one single data package, malformed data and parser errors occur (because the parsed buffer is only a part of the expected one).

harrydehix commented 2 years ago

Fixed in v1.0.3 (db1ef0d898f7463e6295aea2a33f3412c487752f).