Fred Crowson wrote:
> Your port looks incorrect for OpenBSD.
>
> It should look like:  /dev/ttyU0
>
> see: tty(4) for more info
>
> Fred

Hi Fred,

His device does not attach as a ucom(4), it instead is attaching as a
ugen(4) device.. software can use the libusb port to access devices
that do not have a kernel driver.

Also, if this program supports serial UPS devices.. and if it happened
to attach as a ucom(4) device.. the proper device node would be
/dev/cuaU0 not /dev/ttyU0.

See tty(4) and ucom(4) for more info.

Note; he's moved on to something else..
http://marc.info/?l=openbsd-misc&m=125484508731563&w=2

-Brynet

Reply via email to