A golang wrapper module to interact with fit-statUSB device over serial. This is experimental at best, not ready for production.
Found fit-statUSB
on Amazon on a whim. I am originally a fan of ThingM's Blink(1), but wanted to try an alternative.
Technical documentation for fit-statUSB
is located at: http://fit-pc.com/wiki/index.php/Fit-statUSB
I'm getting a permission denied
when running go test
?
Try adding your $USER
to the dialout
group.
`sudo adduser $USER dialout`
Logout of $USER
account for changes to be applied.
- Right now this only works on Linux, would love to support Windows, and macOS.
Please feel free to reach out. Issues and PR's are always welcome!