On Thu, Oct 10, 2002 at 12:18:03PM +0200, [EMAIL PROTECTED] wrote: > > Hello! > > [If this mail is mal-formatted, please tell me] > > I have successfully installed the drivers for a USB to serial adapter, as > communication with two terminal programs (minicom) via the serial line works. > > Now the problem: If I do "echo > /dev/ttyUSB0 hello" on the USB side, the > "hello" can be seen at the other end of the line, but the echo does not finish. > I'm not sure if this is really a USB problem, or if it is a wrong tty > setting.
Don't use echo to test usb-serial devices, it's known to not work correctly, as you have just seen. Try using a serial program, like minicom or such to test things, they should work just fine. And if not, please let me know :) Also, try using 2.4.19, a few pl2303.c things have changed since 2.4.16. hope this helps, greg k-h ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
