From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph G. Boike Date: Thu, 10 Jul 2008 21:59:03 -0500 Subject: [Buildroot] microcom Message-ID: <4876CC77.1000308@acsatlanta.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net I'm trying to use microcom (the busybox version) to test a gadget serial interface on an at91sam9260 board. gadget serial was compiled into the kernel w/ USE_ACM=1. I can "cat some_text_file > /dev/ttygserial" and the contents of the text file show up on my laptop running hyperterm w/ windows xp. So I think the link is ok. But if I do "microcom /dev/ttygserial" the whole board seems to hang. I haven't found anything short of cycling power to get the board responding. (Granted I'm using a serial console so once the program starts I can't just kill it from another terminal window.) Any suggestions? Thanks, Joe