Serial connection over a single USB cable (Windows to linux, or linux to linux)

Posted by andyortlieb on Server Fault See other posts from Server Fault or by andyortlieb
Published on 2011-01-13T16:29:56Z Indexed on 2011/01/13 16:54 UTC
Read the original article Hit count: 1528

Filed under:
|
|
|

I'm helping out with a project for an embedded device that only has USB and no serial. This device is running Linux.

These days, when we need to connect to a serial port on a device we typically use a USB to serial adapter (on something like a phone system or a load balancing device, etc). I would like to know if it is possible to have the host device behave as though it were a serial adapter, thus removing the need for one. Given the nature of USB, is this approach even necessary?

To recap, I would like to be able to connect a single A-to-A USB cable from my workstation (be it windows or linux) to this device, for the purpose of administration (especially initial setup), using minicom, putty or hyperterminal.

Thanks

© Server Fault or respective owner

Related posts about linux

Related posts about console