https://github.com/codepope/goser
Go application for controlling MuteSync button
https://github.com/codepope/goser
golang serial
Last synced: 8 months ago
JSON representation
Go application for controlling MuteSync button
- Host: GitHub
- URL: https://github.com/codepope/goser
- Owner: codepope
- License: mit
- Created: 2022-01-15T15:17:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-15T15:24:01.000Z (about 4 years ago)
- Last Synced: 2025-06-10T05:02:19.024Z (10 months ago)
- Topics: golang, serial
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goser
This is a brief bit of hacking on the MuteSync button so that I could work out and prototype some alternate switching and illumination. Thanks to Tom at MuteSync for filling me in on what the serial protocol was. I then put this bit of Go together to find the MuteSync on USB, flutter its lights and respond to being pressed and released. It should be fairly obvious, if you want it to do more, where to put your action code (hint, buttonPressed and buttonReleased).
Have fun!