MPRemote Visual Studio Code extension serial port filtering #19559
DavesCodeMusings
started this conversation in
Show and tell
Replies: 0 comments
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.
For anyone using the MPRemote Visual Studio Code extension, I've added an enhancement in the 2.1.0 version to let you filter the list of serial ports detected. This is paticularly useful on Linux systems where you'll see /dev/ttyACM0 (your device) mixed in with a whole bunch of /dev/ttyS* devices you don't care about.
Go to the settings for the extension and find the field for Mpremote › Serial Port: Filter and enter ACM. Restart Visual Studio Code. Next time you look at serial devices, the list should be a lot shorter and only include those devices that contain ACM (e.g. /dev/ttyACM0)
All reactions