You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM
\Device\Serial0 REG_SZ COM1
\Device\Silabser0 REG_SZ COM6
\Device\VCP0 REG_SZ COM3
Press any key to continue . . .
Using wmic
WMIC.exe path win32_pnpentity where "PNPClass='Ports'" get Caption,Service,Manufacturer
Caption Manufacturer Service
Silicon Labs CP210x USB to UART Bridge (COM6) Silicon Labs silabser
Communications Port (COM1) (Standard port types) Serial
USB Serial Port (COM3) FTDI FTSER2K
WMIC.exe path win32_pnpentity where "PNPClass='Ports' AND Caption LIKE '%(COM6)'" get Name,Service
Name Service
Silicon Labs CP210x USB to UART Bridge (COM6) silabser
WMIC.exe path win32_pnpentity where "PNPClass='Ports'" get Caption,Service,Manufacturer '/format:list'
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also you can use
mode.com
to set custom baudrates under wsl