USBserial port convertor

2009-12-16 Thread stan
I need to support 5 RS-232 streams with my FreeBSD 7.2 machine. I just purchased UTS-408A-S1 8 port adapter. When I plug it in, I get the following in dmesg: uhub3: on uhub1 uhub3: single transaction translator uhub3: 4 ports with 4 removable, self powered ucom0: on uhub3 ucom1: on uhub3 uhub4:

Re: USBserial port convertor

2009-12-16 Thread Roland Smith
On Wed, Dec 16, 2009 at 10:51:28AM -0500, stan wrote: > I need to support 5 RS-232 streams with my FreeBSD 7.2 machine. I just > purchased UTS-408A-S1 8 port adapter. When I plug it in, I get the > following in dmesg: > > uhub3: on > uhub1 > uhub3: single transaction translator > uhub3: 4 ports w

Re: USBserial port convertor

2009-12-17 Thread Mike Woods
Roland Smith wrote: On Wed, Dec 16, 2009 at 10:51:28AM -0500, stan wrote: I need to support 5 RS-232 streams with my FreeBSD 7.2 machine. I just purchased UTS-408A-S1 8 port adapter. When I plug it in, I get the following in dmesg: uhub3: on uhub1 uhub3: single transaction translator uhub3: 4

Re: USBserial port convertor

2009-12-17 Thread Roland Smith
On Thu, Dec 17, 2009 at 01:35:29PM +, Mike Woods wrote: > Roland Smith wrote: > > On Wed, Dec 16, 2009 at 10:51:28AM -0500, stan wrote: > >> I need to support 5 RS-232 streams with my FreeBSD 7.2 machine. I just > >> purchased UTS-408A-S1 8 port adapter. When I plug it in, I get the > >> follow

Re: USBserial port convertor

2009-12-17 Thread Mike Woods
Roland Smith wrote: If I read ucom(4) correctly (see BUGS), it should create /dev/cuaU? and /dev/ttyU? devices, and you should use those. It does, but my personal experience of those devices is that there's a ucom instacne associated with each device (though I may be wrong!) --