Re: [Ftdi-usb-sio-devel] AT91SAM9263 USB Serial hang?
Brought to you by:
bryder
From: Timo TH <ti...@po...> - 2010-02-12 10:25:27
|
You were correct, using minicom things worked, attached both straces, On 11 February 2010 20:46, Bill Ryder <bil...@gm...> wrote: > Are able to try minicom instead of microcom? > > If that actually works can you get an strace of both of them? I'm curious to > see how they setup the serial port. > > To get the detail it would need to be something like: > > strace -f -w /tmp/microcom.strace -tt -T -v microcom whatever arguments > > I like the -tt -T for timing reasons. The important thing is the -v and > maybe the -f. But the -v is necessary to get the full ioctl/termios > settings. > > And you could be right - there may be some kind of flow control setting > getting in the way. > > > > |