[time-nuts] LTE-Lite

Orin Eman orin.eman at gmail.com
Sat Nov 29 05:41:57 UTC 2014


On Fri, Nov 28, 2014 at 3:42 PM, Hal Murray <hmurray at megapathdsl.net> wrote:

>
> kb8tq at n1k.org said:
> > The “new chip ID, new com port” thing is pretty typical for the FTDI
> > drivers. If you plug the old LTE back in there’s a good chance it will
> come
> > back up as COMM 5. Usually they are pretty good about only adding ports
> for
> > devices they have not seen before.
>
> Most/some of the FTDI usb to serial chips have a serial number.  I don't
> know
> how it works on Windows, but on Linux, you can use the udev rules to make
> an
> alias so your software can refer to something with a filename like
> /dev/LITE
> rather than /dev/ttyUSB2.  It works no matter which slot you plug it into
> and/or still works after it gets unplugged and reconnected.
>


It's really a limitation of USB.  You have the vendor ID, product ID, and
for some devices, a serial number.

IF the device has a serial number, next time it's plugged in, the OS can be
pretty certain it's the same device and can use the same COM port or device
assignment as last time.  If not, all bets are off.

If a USB device has no serial number, Windows choses to use the physical
USB port the device is plugged into.  I.e. if you plug such a device with
the same vendor ID/product ID into the same USB port, you get the same COM
port assignment.  I really don't know of a better way.  It's unfortunate
that for a device with no serial number, if you plug the same device into a
different USB port, you get a different COM port, but it is the best
solution for the case where you have more than one USB device with the same
vendor ID/product ID... it works just the same as traditional RS232 ports:
the COM port assignment depends on which socket you plug the device in.

It is also unfortunate that the USB specs allowed this to happen and didn't
require devices to have a serial number.



More information about the Time-nuts_lists.febo.com mailing list