cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

How to use the IR829/809 Mini-USB Console Cable with Windows 10

nathan
Level 4
Level 4

The blue mini-USB console cable that is included with the IR829 (and other 800 series devices) connects the mini-USB console port, under the screwed down plate, to a USB port on your PC. The two main aspects to think about when using Windows as a client for a console connection via the mini-USB cable are determining which COM port to connect to, and which terminal emulation software to use.

Windows used to be shipped with HyperTerminal, so many people are accustomed to using that as a console client. HyperTerminal is licenced software ($65), so that may not be what you want. A free alternative, and arguably simpler to use, is PuTTY, which I shall describe below.

Either tool, and others like them, will connect to a COM port. The trick is knowing which. In Windows 10, before you insert the USB console cable, you can open the "Device Manager" to see the available COM ports (type "Device Manager" into the Cortana field). The Device Manager will display a tree of devices on your PC. Open "Ports (COM & LPT)" and you may see some ports already (what you will see depends on your PC's configuration). Then, plug in the USB console cable and additional ports will appear. In my case COM4 and COM5, specifically "Silicon Labs Dual CP210x USB to UART Bridge: Standard COM Port (COM4)", and the same for COM5.

One of those ports, COM4 or COM5 or whichever appears for you, will work for serial connection purposes with PuTTY, or other terminal emulators.

You can run PuTTY by typing "Putty" in Cortana, and then selecting the "PuTTY Desktop app" icon that should appear. The PuTTY Configuration  window will appear, defaulting to "SSH" settings. Select the "Serial" radio button and the fields will change to show a "Serial line" field and a "Speed" field. The Serial line field will have a default value, typically, of "COM1". You will need to change that to one of the COM ports that appeared when you were looking at the Device Manager as described above, e.g. COM4. The Speed value should stay at the default of 9600.

After changing the Serial line value, press return and a console window should appear with a prompt. If there is no prompt, try again with a different COM port value, COM5 say.

It is possible that the drivers required to make this work are not present in your copy of Windows. In which case you may need to install them. The drivers here may work for you: Cisco Systems

Also see How to use the IR829/809 Mini-USB Console Cable with OSX El Capitan 10.11, How to use a Serial-USB Console Cable with the IR829/809 and OSX El Capitan 10.11 and How to use the IR829 Mini-USB Console Cable with Linux.

Who Me Too'd this topic