Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRC library issue #14

Open
mikejohanson opened this issue Apr 21, 2015 · 0 comments
Open

CRC library issue #14

mikejohanson opened this issue Apr 21, 2015 · 0 comments

Comments

@mikejohanson
Copy link

Just a note, it seems that the CRC library made some changes since this library was last updated. In order for me to request and receive messages from Bean (temp, accel, etc...) I had to update line 74 to this: var crcString = crc.crc16ccitt(this.gst.slice(0,this.gst.length-2)).toString(16) and line 126 to this: var crcString = crc.crc16ccitt(gstBuffer).toString(16) in order for everything work correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant