How to find address of usb serial devices?

Is there a command to list all the actively connected usb devices? I
am trying to find the names of some usb to serial adapters that seem
to be initialized on boot up. Does anyone know an easy way to test
that the usb to serial adapter is working, like a command line
hyperterminal or something.

Any help is much appreciated!

Thanks,

Jeff

Hi,
try the following

  1. dmesg | grep usb
  2. lsusb

Regards
-Nitin

Thanks that works great!

Is there a way to do that for tty ports?