Thanks for this small utility - it greatly reduces my time to see which COM ports Windows assigned this time to my usbserial adapter.
I would use it as a shortcut to directly run from the GUI. Unfortunately the current version doesn't support a parameter to make it wait for a keypress until closing the window.
I found that this small batch file helped me:
@echo off
cscript listComPorts.vbs
echo.
echo.
pause
For convenience, I placed a shortcut to it in the Start/Programs menu.
Thanks for this small utility - it greatly reduces my time to see which COM ports Windows assigned this time to my usbserial adapter.
I would use it as a shortcut to directly run from the GUI. Unfortunately the current version doesn't support a parameter to make it wait for a keypress until closing the window.
I found that this small batch file helped me:
For convenience, I placed a shortcut to it in the Start/Programs menu.