Re: [Ftdi-usb-sio-devel] AT91SAM9263 USB Serial hang?
Brought to you by:
bryder
From: Bill R. <bil...@gm...> - 2010-02-11 18:47:14
|
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. |