Re: [linux-usb-devel] Re: Serial gadget sending extra characters

2003-11-11 Thread Till Harbaum
On Tuesday 11 November 2003 15:20, Al Borchers wrote: > > host# cat /dev/usb/tts/0 > > 1234 > > 1^ > > I have seen similar symptoms caused by each side echoing > characters bounce back and forth. Yes, that was my guess as well, but his log shows another problem i've been facing as well: Only t

[linux-usb-devel] Re: Serial gadget sending extra characters

2003-11-11 Thread Julian Back
Al Borchers wrote: Be sure echo is turned off, use "stty -echo < /dev/ttyUSB0" on the host side and "stty -echo < /dev/ttygs0" on the device side. (The device names may not be quite right, I don't have time right now to check.) I have seen similar symptoms caused by each side echoing characters b

[linux-usb-devel] Re: Serial gadget sending extra characters

2003-11-11 Thread Al Borchers
Julian -- Julian Back wrote: > I have been testing the g_serial serial gadget with my superh_udc driver > on the 2.4.21 kernel. It works when I send data from the host to the > device but when I send from the device to the host I get extra characters. > > Example: > > device# echo 1234 >/dev/tt