On Tue, Nov 06, 2012 at 04:22:17AM -0800, ML mail wrote:
> Hi,
>
> On my OpenBSD 4.9 i386 PC there is no serial port so I bought a USB-to-Serial
> adapter in the hope to be able to use it but I can't figure out which device
> in /dev to use for that. When I connect the adapter I have the following
> dmesg entries:
>
> uplcom0 at uhub2 port 1 "Prolific Technology Inc. USB-Serial Controller D"
> rev 1.10/3.00 addr 2
>
> ucom0 at uplcom0
>
> So I guess the serial device I should use is ucom0 but there is no
> /dev/ucom0...
>
> Anyone has an idea of what I am missing?
>
> Best,
> M.L.
man ucom says the devices are called /dev/ttyU? and /dev/cuaU?, for
the regular and call out device, respectively.
-Otto