Hi all,<br><br>I am working on a project using arm9 board with an touchscreen. I successfully built and run qt with tslib and am using &quot;minicom&quot; program as hyperterminal to communicate with the board. all went well until I discover that the qt widget is not getting any info from minicom terminal.<br>
<br>The lineedit (ie textbox) widget is in focus. but whatever i typed on the laptop keyboard (connected via serial port) is not shown on the textbox instead it is treated as entry on the linux kernel itself.<br><br>example:<br>
- lineedit is in focus-&gt; typed abc followed by enter<br>result: nothing shown on lineedit<br><br>- close program-&gt; linux response:- sh: abc not found<br><br>Anyone know how to build the kernel using buildroot to allow hyperterminal entry to be treated as entry to the linedit widget of QT or any other way to get it working?<br>
<br>attached is my config for buildroot and linux just in case you need any reference. I am using Minicom version 2.2<br><br>Regards,<br>Stanley<br><br>