UBC-Solar / sunlink

UBC Solar's radio and cellular-based telemetry system
MIT License
3 stars 1 forks source link

Doc: added commands for attaching USB to WSL2 in README.md #104

Closed AarjavJain101 closed 3 months ago

AarjavJain101 commented 3 months ago

Sunlink Pull Request Description

Added commands for attaching USB to WSL2 in README.md:

  1. usbipd list: Lists all the connected USB devices.
  2. usbipd bind --busid <BUSID>: Binds a specifc USB device. For the radio module's USB look for something that says serial in it.
  3. usbipd attach --wsl --busid <BUSID>: Attachs the USB device to WSL2.

Monday Link

Effected Components

Testing

Sanity check

Sources