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.
I am also able to list the usb device on the WLS as shown below.
But unfortunately this doesn’t reflect under /dev/
I am not able to figure out what this is happening. I did try it with a different sensor (GPS) and I am able to see it map to a ttyUSB device.
The only difference I found was, the GPS device that gets mapped shows up as a COM port on windows but the device that doesn’t get mapped shows up as a sensor.
I am unable figure out what is happening. Any help is greatly appreciated.