USB COM Port Assignment
coryco2
Posts: 107
Does anyone know how COM port numbers are assigned to Prop Plugs, USB Protoboards, etc. in Windows XP? I am guessing that the OS is doing it, and that each device retains a different port number? Is there some way to set the Prop Tool or FTDI driver to just use the same COM port for any Prop USB device plugged into it? I saw mention made in the forum that this can be done by editing something in the registry, but I have not been able to find any details about how to do it.
Comments
You can see it gets a little tricky to find the details. I wrote a HTML application which enumerates ports for me and lets me assign unique names for each device.
EnumPorts.hta
http://forums.parallax.com/showthread.php?133923-DEMO-Microsoft-Word-2010-gt-Propeller-communication ... <-- See "Almost There!!!"
Note: I just tested it with two different Propeller Demo Boards that by default had enumerated to COM9 and COM10 .... I changed them (ignoring the warning) so that they were both pointing to COM9. As far as the warning is concerned, this should work as long as you don't have them both plugged in at the same time.