list_ports.comports() lists Teensy port as 'USB Serial Device (COM3)'

Status
Not open for further replies.

mitchb

Member
I have used serial.tools.list_ports.comports() to find an Arduino by looking for 'Arduino' in the device description. When I use it with the Teensy 3.2 on Win 10, the description of the device doesn't include the word 'Teensy'. It's description is u'USB Serial Device (COM3)' with manufacturer 'Microsoft'. So I don't know how to find the Teensy port.
 
I suspect I can look for VID=16C0 and PID=0483 in the port list. Is that right? I am curious about why I don't see 'Teensy' in the description though since I thought I saw that mentioned in various places.
 
Status
Not open for further replies.
Back
Top