cezanne / usbip-win

USB/IP for Windows
GNU General Public License v3.0
1.97k stars 350 forks source link

how to use usb device that is redirected from server to client #346

Open elvis-sun opened 1 year ago

elvis-sun commented 1 year ago

一. Server

  1. usbip.exe bind -b {busid} [OK]
  2. usbipd.exe -d -4 [OK] 二. Client usbip.exe attach -r {ip} -b {busid} [OK] succesfully attached to port 0

I see the device [USB/IP Stub] under system devices in device manager My question is that: How to use the redirected usb device?

elvis-sun commented 1 year ago

How to use the redirected usb device?

My device is usb storage disk

vadimgrn commented 1 year ago

New drive letter should appear in the system (D:, E:, ...). Use it like any other drive.

elvis-sun commented 1 year ago

New drive letter should appear in the system (D:, E:, ...). Use it like any other drive.

@vadimgrn thanks for your reply. I have one USB printer, that is a usb composite device(printer and scanner). Just recognize it as scanner, not include printer, after redirected.

vadimgrn commented 1 year ago

Try UDE or WDM driver from this project, pls.

elvis-sun commented 1 year ago

Try UDE or WDM driver from this project, pls.

Thank you