issues
search
SignalK
/
vedirect-serial-usb
18
stars
14
forks
source link
Change addChunk to operate on Buffer not on string
#4
Closed
fabdrol
closed
6 years ago
fabdrol
commented
6 years ago
Changelog:
lib/serial.js
- don't cast incoming data to string
sum bytes in incoming Buffer as opposed to summing
charCodeAt(n)
's
Small bugfix in
_verifyCacheAndParse
Changelog:
lib/serial.js
- don't cast incoming data to stringcharCodeAt(n)
's_verifyCacheAndParse