2006-12-28 03:48:24

by Gene Heskett

[permalink] [raw]
Subject: PL2303 module

Greetings;

Rather offtopic, but:

Is there available anyplace, a document that describes how to configure
the PL2303 USB<->serial adaptor to match up with all the hardware and
flow control variations inherent in the basic rs-232 spec?

Thanks.

--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2006 by Maurice Eugene Heskett, all rights reserved.


2007-01-06 00:46:21

by Greg KH

[permalink] [raw]
Subject: Re: PL2303 module

On Wed, Dec 27, 2006 at 10:48:06PM -0500, Gene Heskett wrote:
> Greetings;
>
> Rather offtopic, but:
>
> Is there available anyplace, a document that describes how to configure
> the PL2303 USB<->serial adaptor to match up with all the hardware and
> flow control variations inherent in the basic rs-232 spec?

It should work like any other serial port on Linux, so try the serial
port programming HOWTO.

good luck,

greg k-h

2007-01-06 01:26:04

by Gene Heskett

[permalink] [raw]
Subject: Re: PL2303 module

On Friday 05 January 2007 19:45, Greg KH wrote:
>On Wed, Dec 27, 2006 at 10:48:06PM -0500, Gene Heskett wrote:
>> Greetings;
>>
>> Rather offtopic, but:
>>
>> Is there available anyplace, a document that describes how to
>> configure the PL2303 USB<->serial adaptor to match up with all the
>> hardware and flow control variations inherent in the basic rs-232
>> spec?
>
>It should work like any other serial port on Linux, so try the serial
>port programming HOWTO.

Maybe so Greg, but I spent quite some time on it a few months back, trying
to make '7 wire' protocol work, could not. I could type back and forth
between terminal proggies, but an rzsz file transfer never got past the
first packet.

But I'll take a look at those docs too, thanks.

>good luck,
>
>greg k-h
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel"
> in the body of a message to [email protected]
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/

--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2007 by Maurice Eugene Heskett, all rights reserved.

2007-01-06 01:33:22

by Greg KH

[permalink] [raw]
Subject: Re: PL2303 module

On Fri, Jan 05, 2007 at 08:25:59PM -0500, Gene Heskett wrote:
> On Friday 05 January 2007 19:45, Greg KH wrote:
> >On Wed, Dec 27, 2006 at 10:48:06PM -0500, Gene Heskett wrote:
> >> Greetings;
> >>
> >> Rather offtopic, but:
> >>
> >> Is there available anyplace, a document that describes how to
> >> configure the PL2303 USB<->serial adaptor to match up with all the
> >> hardware and flow control variations inherent in the basic rs-232
> >> spec?
> >
> >It should work like any other serial port on Linux, so try the serial
> >port programming HOWTO.
>
> Maybe so Greg, but I spent quite some time on it a few months back, trying
> to make '7 wire' protocol work, could not. I could type back and forth
> between terminal proggies, but an rzsz file transfer never got past the
> first packet.

Hm, a number of the "odd" settings might not work on the usb-serial
converters, as they can't do them (or the driver doesn't know how to
configure the chip to do that.)

The pl2303 driver was reverse engineered by looking at data from other
operating systems, so perhaps no one has added that mode to it.

good luck,

greg k-h

2007-01-06 01:46:38

by Gene Heskett

[permalink] [raw]
Subject: Re: PL2303 module

On Friday 05 January 2007 20:32, Greg KH wrote:
[...]
>> >
>> >It should work like any other serial port on Linux, so try the serial
>> >port programming HOWTO.
>>
>> Maybe so Greg, but I spent quite some time on it a few months back,
>> trying to make '7 wire' protocol work, could not. I could type back
>> and forth between terminal proggies, but an rzsz file transfer never
>> got past the first packet.
>
>Hm, a number of the "odd" settings might not work on the usb-serial
>converters, as they can't do them (or the driver doesn't know how to
>configure the chip to do that.)

There is absolutely nothing 'odd' about the '7 wire', it is _the_ standard
for bi-directional hardware flow control, in common usage for at least 25
years that I'm aware of.

>The pl2303 driver was reverse engineered by looking at data from other
>operating systems, so perhaps no one has added that mode to it.

Humm, src code snooping time I guess, when I get a chance. Right now its
a race against time to get us on the air with a fresher transmitter since
I can no longer get 4-1000 tubes to service our old GE, and the ones in
it are on their last month. So I'm outta here in a few minutes to go see
if I can do a decent job of cutting 3.125" transmission lines on a 12"
chop saw with a carbide blade.

>good luck,
>
>greg k-h
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel"
> in the body of a message to [email protected]
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/

--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Yahoo.com and AOL/TW attorneys please note, additions to the above
message by Gene Heskett are:
Copyright 2007 by Maurice Eugene Heskett, all rights reserved.