On Thu, 28 Dec 2006 14:22:43 -0600, nick thompson <[EMAIL PROTECTED]> wrote:

> in one xterm, I open minicom edit it to use USB0, etc. In the other
> xterm, I cat a text file that is nothing but 1234567890 to ttyS0. It
> goes through fine, many times. Then I exit minicom, restart minicom, and
> in this case, the first time I cat the same file to ttyS0, in minicom
> (USB0) it shows up minus the first character, such as 234567890 showing
> up the first time when I send 1234567890 to ttyS0, but subsequent cats
> to ttyS0 show 1234567890 just fine.
> Why is it dropping this character, and why is it only when I
> exit minicom, and then restart it?

That's a damn good question. Obviously the either RTS->CTS or DTR->DSR
transition affects the adapter somehow. You can test it by using
a 3-pin cable and have modem signals looped locally on the connector.
In fact, it's probably the configuration you want to use for real.
I would not trust the hardware flow control across pl2303 anyway.
It's a driver developed by reverse-engineering. Prolific was not
forthcoming with the documentation.

-- Pete

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to