Serialist is a helpful little utility we built to list your serial ports under Windows and easily launch terminal programs or other utilities on those ports.
This is handy when you are developing with Arduino or other microcontrollers and have multiple COM ports that can be difficult to keep track of. Also you may wish to launch different terminal programs with different settings, or use programs such as LabView or Processing scripts to interface with your serial devices.

Serialist is a Windows system tray application to list serial ports and make it easy to run applications that make use of those ports.

Arduino lists only the COM port number, not the name or type of device that is connected.

Serialist will display the type of port, in this case a "USB Serial Port" and allows you to connect to that port using your favorite terminal program (or other utility).
We often use TeraTerm when interfacing with Arduino and other COM devices since it works better than Hyperterminal and adds capability over the Arduino terminal window. Serialist users should install TeraTerm or change their Serialist configuration to launch another program.

If we had another program, called Grapher that could do something interesting with data on a COM port, we can add it to the list of programs available to be launched.

Now Grapher is available to be launched.
You can also launch the Windows Device Manager from Serialist in case you need to change Serial Port number assignments or other serial port properties.
Download Serialist here: serialist. (source is also available on Google Code)



