Replies: 1 comment
-
A quick search through older discussions and issues: https://github.com/dorssel/usbipd-win/discussions?discussions_q=is%3Aopen+windows+client TL;DR: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I Want to share a security dongle between 2 windows machines, is that possible ? (I see that all examples share whith WSL client)
I've installed the usbipd on the machine having the dongle with ip 192.168.0.80
To start sharing I did: usbipd bind --busid=2-2
Then installled the usbipd in the client windows machine that wants to connect to the shared dongle
But when I try to attach to the other machine using
usbipd attach --remote=192.168.0.80 --busid=2-2
got error:
Unrecognized command or argument 'attach'
Regards
Beta Was this translation helpful? Give feedback.
All reactions