From f9092233e4c4365ed7280f5ca9bf90fa0e962dcb Mon Sep 17 00:00:00 2001 From: "Tod E. Kurt" Date: Fri, 2 Mar 2012 15:33:33 -0800 Subject: [PATCH] added blog url to readme --- README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.txt b/README.txt index 4b8a7ee..164ff47 100644 --- a/README.txt +++ b/README.txt @@ -12,6 +12,7 @@ A list of Windows-only tools (for now) for inspecting USB devices & serial ports - listComPorts.exe - list all known COM ports, with other useful info - listComPorts.c - source code for listComPorts.exe - pnpList.vbs - list all PnP devices, USB and other +- listArduinos.pl - Mac OS X program to list Arduino UNOs ports & serial nums The .vbs files are executed on the command-line with the "cscript.exe" command. For instance, to list all the COM ports, run: @@ -44,6 +45,9 @@ COM port. To build the exe files, install MinGW or similar and type "make". See the Makefile for details. +A short description of these programs is given here: +http://todbot.com/blog/2012/03/02/listcomports-windows-command-line-tool-for-usb-to-serial/ +