-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to specify serial port VID+PID (ESPTOOL-877) #987
Labels
Comments
github-actions
bot
changed the title
Add ability to specify serial port VID+PID
Add ability to specify serial port VID+PID (ESPTOOL-877)
Jul 1, 2024
bryghtlabs-richard
added a commit
to bryghtlabs-richard/esptool
that referenced
this issue
Jul 1, 2024
Enable user to specify --usbVid and/or --usbPid, which filter the com port list before checking for ESP chips. Implements espressif#987
bryghtlabs-richard
added a commit
to bryghtlabs-richard/esptool
that referenced
this issue
Jul 1, 2024
Enable user to specify --usbVid and/or --usbPid, which filter the com port list before checking for ESP chips. Implements espressif#987
bryghtlabs-richard
added a commit
to bryghtlabs-richard/esptool
that referenced
this issue
Jul 29, 2024
Enable user to specify USB VID, USB PID, or port name to filter the com port list before checking for ESP chips. Implements espressif#987
bryghtlabs-richard
added a commit
to bryghtlabs-richard/esptool
that referenced
this issue
Jul 29, 2024
Enable user to specify USB VID, USB PID, or port name to filter the com port list before checking for ESP chips. Implements espressif#987
bryghtlabs-richard
added a commit
to bryghtlabs-richard/esptool
that referenced
this issue
Jul 30, 2024
Enable user to specify USB VID, USB PID, or port name to filter the com port list before checking for ESP chips. Implements espressif#987
bryghtlabs-richard
added a commit
to bryghtlabs-richard/esptool
that referenced
this issue
Jul 30, 2024
Enable user to specify USB VID, USB PID, or port name to filter the com port list before checking for ESP chips. Implements espressif#987
bryghtlabs-richard
added a commit
to bryghtlabs-richard/esptool
that referenced
this issue
Jul 30, 2024
Enable user to specify USB VID, USB PID, or port name to filter the com port list before checking for ESP chips. Implements espressif#987
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
Sometimes the computer running esptool has a lot of serial ports. When not specifying a COM# or device file, this can cause esptool to take a long time to find a device, as it searches through every COM# looking for an ESP chip.
Describe the solution you'd like
I'd like the ability to specify a USB VID/PID (or a few) for filtering possible serial ports for ESPtool to connect to, and it would use this information to skip COM# that do not match.
Describe alternatives you've considered
It's possible to specify a COM#, but when programming a number of boards with their own COM#, it's tricky to keep track of. Another alternative would be to wrap esptool with something to identify the COM#, then pass to esptool.
Additional context
No response
The text was updated successfully, but these errors were encountered: