Skip to content

heatxsink/go-fitstatusb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-fitstatusb

A golang wrapper module to interact with fit-statUSB device over serial. This is experimental at best, not ready for production.

Background

Found fit-statUSB on Amazon on a whim. I am originally a fan of ThingM's Blink(1), but wanted to try an alternative.

Documentation

Technical documentation for fit-statUSB is located at: http://fit-pc.com/wiki/index.php/Fit-statUSB

Troubleshooting

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.

Caveats

  • Right now this only works on Linux, would love to support Windows, and macOS.

Bugs and Contribution

Please feel free to reach out. Issues and PR's are always welcome!

About

A golang wrapper module to interact with `fit-statUSB` device over serial.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages