Attaching Devices to WSL #18283
andyrids
started this conversation in
Show and tell
Replies: 1 comment
-
It looks good @andyrids, thanks for sharing! Regular MicroPython contributor @andrewleech has built a similar application but with a regular GUI rather than a TUI: wsl-usb-gui. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I do most of my development on WSL, including micropython projects and as a result, I've been using usbipd-win to attach my RPi devices so they are accessible from my active Linux distro.
I've recently been playing with the textual TUI framework and have created an app, which I'm using to manage my device connections from a Windows Terminal tab.
In case anyone would like to use a Python TUI, which is similar to the wsl-usb-gui, I'll post the repo link here
Beta Was this translation helpful? Give feedback.
All reactions