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

Added support for XHC HB04B MPG #103

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ The server supports several interfaces to communicate with machines.
* Marlin (not finished)
* RepRapFirmware (not finished)

## Preliminary support for manual pulse generators (MPG)
* XHC HB04
* XHC HB04B

Please check the wiki for details about the API.

## Install notes with Debian 12 bookworm
I recently upgraded to a new fanless IPC computer and installed Debian 12. I forgot some of the settings required for the lw.comm-server to access the HB04B
- in /etc/udev/rules.d, add a file with the following line:
ATTRS{idVendors}=="10ce", ATTRS{idProduct}=="eb93", MODE="0666", OWNER="root", GROUP="plugdev"
- make sure your user is in the plugdev group
- reboot
Loading