Re: how to setup USB-Serial bridge?

2008-01-20 Thread Warren Block

On Sun, 20 Jan 2008, ivan dimitrov wrote:


hi list

i have a usb-serial bridge
#  port 3 addr 4: full speed, power 100 mA, config 1, USB-Serial 
Controller(0x2303), Prolific Technology Inc.(0x067b), rev 3.00
and i guess that the corresponding file is "crw-rw  1 root  mount0, 131 Jan 
20 09:59 /dev/ugen1.3"?
but it seems that it needs additional configuration, because when i am going to 
use it, i am getting:
"avrdude: ser_open(): can't open device "/dev/ugen1.3": Device not configured"
so, the question is: how to mount/setup  a  usb-serial bridge?


kldload uplcom (or build it into your kernel)
attach usb-serial adapter
use /dev/cuaU0

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: how to setup USB-Serial bridge?

2008-01-20 Thread Wojciech Puchar

you must have driver for this in kernel (or loaded from modules)
it is uplcom(4) driver


On Sun, 20 Jan 2008, ivan dimitrov wrote:


hi list

i have a usb-serial bridge
#  port 3 addr 4: full speed, power 100 mA, config 1, USB-Serial 
Controller(0x2303), Prolific Technology Inc.(0x067b), rev 3.00
and i guess that the corresponding file is "crw-rw  1 root  mount0, 131 Jan 
20 09:59 /dev/ugen1.3"?
but it seems that it needs additional configuration, because when i am going to 
use it, i am getting:
"avrdude: ser_open(): can't open device "/dev/ugen1.3": Device not configured"
so, the question is: how to mount/setup  a  usb-serial bridge?

regards
i.



-
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"