How to WSL
It is necessary to operate on Linux and Windows, respectively.
Linux(Ubuntu)
sudo apt install linux-tools-generic hwdata
sudo update-alternatives --install /usr/local/bin/usbip usbip /usr/lib/linux-tools/*-generic/usbip 20
Windows
winget install --interactive --exact dorssel.usbipd-win
And open your PowerShell as Administrator mode, and run the following command:
usbipd list
and you will see the following output:
BUSID VID:PID DEVICE STATE
2-4 ****:**** USB 入力デバイス Not attached
2-8 ****:**** Arduino Uno (COM4) Not attached
2-10 ****:**** HD Webcam Not attached
2-14 ****:**** インテル(R) ワイヤレス Bluetooth(R) Not attached
Attach Arduino device to WSL
usbipd attach --wsl --busid 2-8
and run the following command:
usbipd list
if Arduino device was attached to WSL, Quick Start will work!!