Getting a usb device mapped to /dev/ttyUSB* on WSL
I am trying to talk to a IMU device that connects on s aserial port of the system via Docker. To get the device mapped to docker, I need to 1st get it mapped on the WSL2. Current I am using Ubuntu22.04 as the WSL2 distro and using usbipd to bind and attach the device to the WSL.