https://blackmesalabs.wordpress.com/2016/10/24/sump2-96-msps-logic-analyzer-for-22/
[BML_sump2] / sump2_bug_report.txt
1 2016_10_29.01 : bd_server.py AUTO detect fails to work for FTDI VCP.\r
2   Description: \r
3     bd_server "AUTO" for COM# detection only works if launching \r
4     from command line. This also prevents sump2_launch.bat from working.        Workaround: \r
5     Workaround is to hard code the COM port. Replace AUTO with COM99 where \r
6     99 is VCP COM port number assigned by Windows. \r
7   Analysis: \r
8     Underlying problem is Python on Windows with         serial.tools.list_ports.comports(), it appears to ONLY report FTDI is \r
9     the description when launched from a DOS box. \r
10   Resolution:\r
11     This is a Windows specific problem and a very low priority as Windows \r
12     has many other issues with VCP assignments. It is beneficial to be able\r
13     to know how to enable VCP and know what COM# was assigned.\r