List all the serial ports (available and busy) on any of windows terminals
Try this :
- Click on a start menu
- Go to "run"
- in the field type CMD
- execute this commands in this order: a) C:>powershell b) PS> Get-WMIObject Win32_SerialPort
If you are x64 so type win64.
It should work i guess.