Hi EdwardElder77
My name is Sarah Kong and I am an independent adviser that is here to try and help you with your issue.
Port number?
There is a DeviceID number for USB devices.
Try this.
Go to search and type powershell and then right click and select run as administrator.
Type the following command.
gwmi Win32_USBControllerDevice |%{wmi} | Sort Manufacturer,Description,DeviceID | Ft -GroupBy Manufacturer Description,Service,DeviceID
See if that gives you want you need.