Re: usb-serial device

2008-08-14 Thread Michael Lednev
Michael Lednev пишет: Oliver Fromme пишет: Did you have any success? What exactly is the name and brand of your USB thermometer? I'm asking because I'm also interested in obtaining an external thermometer that would work with FreeBSD. Not yet. I didn't have chance to try CURRENT and uchco

Re: usb-serial device

2008-08-13 Thread Michael Lednev
Oliver Fromme пишет: Michael Lednev wrote: > Warren Block wrote: > > Michael Lednev wrote: > > > > > I've obtained USB thermometer and want to make it usable with > > > FreeBSD. It identifies itself as: > > > kernel: ugen0: vendor 0x4348 USB-SER!, rev 1.10/2.50, addr 2 > > > > > > Und

Re: usb-serial device

2008-08-13 Thread Oliver Fromme
Michael Lednev wrote: > Warren Block wrote: > > Michael Lednev wrote: > > > > > I've obtained USB thermometer and want to make it usable with > > > FreeBSD. It identifies itself as: > > > kernel: ugen0: vendor 0x4348 USB-SER!, rev 1.10/2.50, addr 2 > > > > > > Under Windows it looks like

Re: usb-serial device

2008-08-08 Thread Michael Lednev
Warren Block ?: On Fri, 8 Aug 2008, Michael Lednev wrote: I've obtained USB thermometer and want to make it usable with FreeBSD. It identifies itself as: kernel: ugen0: vendor 0x4348 USB-SER!, rev 1.10/2.50, addr 2 Under Windows it looks like standard COM-port. When I try to use some exi

Re: usb-serial device

2008-08-08 Thread Warren Block
On Fri, 8 Aug 2008, Michael Lednev wrote: I've obtained USB thermometer and want to make it usable with FreeBSD. It identifies itself as: kernel: ugen0: vendor 0x4348 USB-SER!, rev 1.10/2.50, addr 2 Under Windows it looks like standard COM-port. When I try to use some existing drivers like uc

Re: usb serial line speed limits

2008-04-18 Thread Per olof Ljungmark
Mel wrote: On Friday 18 April 2008 11:50:46 Per olof Ljungmark wrote: 'B1228800' undeclared (first use in this function) /usr/src/sys/modules/ubsa/../../dev/usb/ubsa.c:534: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/ubsa/../../dev/usb/ubsa.c:534: error: for ea

Re: usb serial line speed limits

2008-04-18 Thread Mel
On Friday 18 April 2008 11:50:46 Per olof Ljungmark wrote: > 'B1228800' undeclared (first use in this function) > /usr/src/sys/modules/ubsa/../../dev/usb/ubsa.c:534: error: (Each > undeclared identifier is reported only once > /usr/src/sys/modules/ubsa/../../dev/usb/ubsa.c:534: error: for each > f

Re: usb serial port speed

2008-04-17 Thread Per olof Ljungmark
Robert Huff wrote: Per olof Ljungmark writes: Finally got through to get a Huawei E220 3G modem working, now the question is, how can max the speed from the serial (USB) port? The modem is theoretically capable of several mbit/s. With the right driver, the USB stack is capable of t

Re: USB->Serial adapter, how to make /dev/cuad* appear? [Solved]

2007-10-25 Thread Benjamin Lutz
I finally figured this out. Turns out the FreeBSD side of things worked from the start, and it was the hardware that was broken. A replacement adapter works like a charm. Oh and yes, Oliver, you're perfectly right, /dev/cuaU0 is indeed created by ucom. I was confused by the device having the cr

Re: USB->Serial adapter, how to make /dev/cuad* appear?

2007-10-25 Thread Oliver Fromme
Benjamin Lutz wrote: > Roland Smith wrote: > > > > Looking at ucom(4): > > > > FILES > > /dev/cuaU? > > > > See if that exists. > > No such luck I'm afraid. There's only cuaU0, which belongs to the > onboard serial port too. No, cuaU0 belongs to the ucom(4) driver. It certainl

Re: USB->Serial adapter, how to make /dev/cuad* appear?

2007-10-24 Thread Roland Smith
On Wed, Oct 24, 2007 at 05:23:48PM +0200, Benjamin Lutz wrote: > On 2007-10-24 17:15, Roland Smith wrote: > > On Wed, Oct 24, 2007 at 09:26:20AM +0200, Benjamin Lutz wrote: > > > > Does the onboard serial port work via USB? How odd! On my standard PC, > > > > the serial ports are driven by the sio

Re: USB->Serial adapter, how to make /dev/cuad* appear?

2007-10-24 Thread Benjamin Lutz
On 2007-10-24 17:15, Roland Smith wrote: > On Wed, Oct 24, 2007 at 09:26:20AM +0200, Benjamin Lutz wrote: > > > Does the onboard serial port work via USB? How odd! On my standard PC, > > > the serial ports are driven by the sio driver, and have /dev/cuad* and > > > /dev/ttyd* devices, noc cuaU. >

Re: USB->Serial adapter, how to make /dev/cuad* appear?

2007-10-24 Thread Roland Smith
On Wed, Oct 24, 2007 at 09:26:20AM +0200, Benjamin Lutz wrote: > > Does the onboard serial port work via USB? How odd! On my standard PC, > > the serial ports are driven by the sio driver, and have /dev/cuad* and > > /dev/ttyd* devices, noc cuaU. > > No, that one's a standard serial port, driven

Re: USB->Serial adapter, how to make /dev/cuad* appear?

2007-10-24 Thread Benjamin Lutz
Ian Smith wrote: > On Tue, 23 Oct 2007 18:06:08 +0200 Benjamin Lutz <[EMAIL PROTECTED]> wrote: > > > I've bought an USB->Serial adapter in order to use an old serial 33.6k > > modem. I've loaded the uplcom and ucom modules, but am unsure how to > > proceed from here. > > > > The system run

Re: USB->Serial adapter, how to make /dev/cuad* appear?

2007-10-24 Thread Benjamin Lutz
Roland Smith wrote: > On Tue, Oct 23, 2007 at 08:17:01PM +0200, Benjamin Lutz wrote: >> On Tuesday 23 October 2007 19:54:44 Roland Smith wrote: >>> On Tue, Oct 23, 2007 at 06:06:08PM +0200, Benjamin Lutz wrote: I'd expect some device to show up in /dev, cuad1, ucom0, something like that

Re: USB->Serial adapter, how to make /dev/cuad* appear?

2007-10-23 Thread Ian Smith
On Tue, 23 Oct 2007 18:06:08 +0200 Benjamin Lutz <[EMAIL PROTECTED]> wrote: > I've bought an USB->Serial adapter in order to use an old serial 33.6k > modem. I've loaded the uplcom and ucom modules, but am unsure how to > proceed from here. > > The system runs FreeBSD 6.2-RELEASE-p8. When

Re: USB->Serial adapter, how to make /dev/cuad* appear?

2007-10-23 Thread Roland Smith
On Tue, Oct 23, 2007 at 08:17:01PM +0200, Benjamin Lutz wrote: > On Tuesday 23 October 2007 19:54:44 Roland Smith wrote: > > On Tue, Oct 23, 2007 at 06:06:08PM +0200, Benjamin Lutz wrote: > > > I'd expect some device to show up in /dev, cuad1, ucom0, something > > > like that, but I get nothing. (c

Re: USB->Serial adapter, how to make /dev/cuad* appear?

2007-10-23 Thread Benjamin Lutz
On Tuesday 23 October 2007 19:54:44 Roland Smith wrote: > On Tue, Oct 23, 2007 at 06:06:08PM +0200, Benjamin Lutz wrote: > > I'd expect some device to show up in /dev, cuad1, ucom0, something > > like that, but I get nothing. (cuad0 is taken by the onboard serial > > port, which, alas, isn't wired

Re: USB->Serial adapter, how to make /dev/cuad* appear?

2007-10-23 Thread Roland Smith
On Tue, Oct 23, 2007 at 06:06:08PM +0200, Benjamin Lutz wrote: > I'd expect some device to show up in /dev, cuad1, ucom0, something like > that, but I get nothing. (cuad0 is taken by the onboard serial port, > which, alas, isn't wired to the outside of the case). Looking at ucom(4): FILES

Re: usb serial convertor

2007-10-01 Thread Jonathan McKeown
On Monday 01 October 2007 03:41, The Longs wrote: > I'm trying to get Gregs temperature controlled fridge to work, but the > catch is that the laptop I'm using doesn't have a serial port. I'm hoping I > can use a usb to serial convertor and tell the program to look at the usb > port for the tempera

Re: USB-Serial ??

2006-06-20 Thread John Andrewartha
MAIL PROTECTED]>; "'John Andrewartha'" <[EMAIL PROTECTED]>; "'freebsd-questions@FreeBSD.ORG'" Sent: Tuesday, June 20, 2006 3:15 PM Subject: Re: USB-Serial ?? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: USB-Serial ??

2006-06-19 Thread Loren M. Lang
, June 08, 2006 9:29 AM > To: Steve Bertrand > Cc: 'John Andrewartha'; 'freebsd-questions@FreeBSD.ORG' > Subject: RE: USB-Serial ?? > > > On Wed, 7 Jun 2006, Steve Bertrand wrote: > >>> The saga of the 3G modem. Labeled in AU as the Maxon MM 5500c

RE: USB-Serial ??

2006-06-08 Thread fbsd
08, 2006 9:29 AM To: Steve Bertrand Cc: 'John Andrewartha'; 'freebsd-questions@FreeBSD.ORG' Subject: RE: USB-Serial ?? On Wed, 7 Jun 2006, Steve Bertrand wrote: >> The saga of the 3G modem. Labeled in AU as the Maxon MM 5500c. >> This device is a modem o

RE: USB-Serial ??

2006-06-08 Thread Warren Block
On Wed, 7 Jun 2006, Steve Bertrand wrote: The saga of the 3G modem. Labeled in AU as the Maxon MM 5500c. This device is a modem on the usb bus, it looks like and understands the at commands. Under XP. I am using fbsd 6.1. How do I get ppp to talk to it? The man pages keep pointing to /dev/cuaU?

RE: USB-Serial ??

2006-06-07 Thread Steve Bertrand
> The saga of the 3G modem. Labeled in AU as the Maxon MM 5500c. > This device is a modem on the usb bus, it looks like and > understands the at commands. Under XP. > I am using fbsd 6.1. > How do I get ppp to talk to it? > The man pages keep pointing to /dev/cuaU? A device that does > not exis

Re: usb-serial controller in 5.4? (NEVERMIND)

2006-04-17 Thread FreeBSD MailingLists
Sorry, folks. Nevermind, I'm an idiot... I just use ucom0 as the tty or cua device ha ha ha On 4/17/06, FreeBSD MailingLists <[EMAIL PROTECTED]> wrote: > > i have a USB-Serial Controller by Prolific Technology, Inc. > > I tested to see if the device works on FreeBSD on FreeBSD6 machine. > t

Re: usb->serial ftdi trouble

2006-03-23 Thread Lincoln Rutledge
Yes that't it, thank you. Lowell Gilbert wrote: Lincoln Rutledge <[EMAIL PROTECTED]> writes: Howdy, have kldloaded drivers, and in dmesg see that my usb->serial FTDI device is ucom0. However there is no /dev entry and therefore minicom can't work. I have seen questions about this device fro

Re: usb->serial ftdi trouble

2006-03-23 Thread Lowell Gilbert
Lincoln Rutledge <[EMAIL PROTECTED]> writes: > Howdy, have kldloaded drivers, and in dmesg see that my usb->serial > FTDI device is ucom0. However there is no /dev entry and therefore > minicom can't work. I have seen questions about this device from 7/05 > but no answer. > Is there a simple ste

Re: usb-serial adapter doesnt work

2004-03-29 Thread Macio Plona
Bernd Walter wrote: ugen0: Prolific Technology PL2303 Serial adapter (ATEN/IOGEAR UC232A), It's attached to ugen instead of uplcom/ucom On a hardware notes ive read, that it needs a 'uplcom' driver, so i loaded it to kernel: root# kldstat Id Refs AddressSize Name 51 0xc204c000 3

Re: usb-serial adapter doesnt work

2004-03-29 Thread Bernd Walter
On Wed, Mar 10, 2004 at 08:22:30PM +, Macio Plona wrote: > Hello, > Ive got laptop Toshiba Satellite A20-s103. There are no comms port, but > 3 USBs. > I need get to console to some server, so i purchased an USB-RS232 adapter. > My system recognized it, but i cant `cu` or `tip` to any machine.