Actions

Connecting scanners via USB

From The RadioReference Wiki

Revision as of 11:16, 11 January 2010 by Ka3jjz (talk | contribs)

With the lack of serial ports on newer PCs these days, having to connect to a USB port is a necessary, but sometimes frustrating, evil. Unfortunately sometimes ports aren't available when you think they are, or everything appears to have installed correctly, but still doesn't seem to work. The tool that will allow you to check this is Device Manager.

Accessing Device Manager

You can access this tool in several ways, depending on the OS;

  • XP: Start>Control Panel>System>Hardware>Click on the Device Manager button.
  • Vista: Control Panel>System and Maintenance>Device Manager
  • Win7: Control Panel>System and Security>System>Device Manager
  • Click on Start in the Taskbar then Run and enter devmgmt.msc in the resulting box
  • Windows key+R, in the resulting menu type 'devmgmt.msc'
  • Click Start --> Right click on My Computer and select Properties, click the Device Manager link on the left.
  • Windows key + pause/break key
  • Set up a .bat file with the following using Notepad or Wordpad. When you want to run this, right click on it, select Run as Administrator (Vista, Win7)
set devmgr_show_nonpresent_devices=1
cd %SystemRoot%\System32
start devmgmt.msc

Checklist and Procedures

  1. Use Device Manager to determine if other COM ports are available, and not held by Bluetooth or other devices. Sometimes such devices will hold an address even if it's not actually in use (Figure 1).
  2. Download the most up to date drivers from the manufacturer or distributor and install. Figure 2 shows one possible result. At this point you need to validate if your application can actually address the COM port that has been assigned. If it can't...
    1. In the 'Ports (COM & LPT)' section of Device Manager you should see an entry that reads something like 'Serial on USB Port (COM 15)'. The actual text will vary with the driver's documentation
    2. Select the Serial Device Entry in the list
    3. Right click on it and select Properties
    4. Select the Port Settings tab and click on the Advanced button. Change the COM port address.
  3. Connect the adapter
  4. Connect the cable from the scanner.

All of this assumes that you have first set the COM port of your scanner up to the transfer speed you desire. Sometimes a scanner will register as 'not available' until this procedure is completed. It's beyond the scope of this article to detail this, as it tends to vary. Often this is detailed in the back of the owner's manual. If you don't have one, it's very likely a PDF version of the manual is available from the distributor or manufacturer's website, or sometimes on the Yahoo group that covers your scanner.

If you are using the USB-1 cable from Uniden, the link for the latest drivers can be found here

Return to the Uniden DMA FAQ