Read and display the data from ethernet/serial port in mini2440

Ayyappan Muthukrishnan
Hi! Can anybody please help me to how to get the source of any simple
software tool with that an application can be developed easily and deployed
in mini2440 for displaying the data read from serial/ethernet port
connected with other embedded device?

davef
For ethernet:
  Nanocom, Minicom  I have seen the source for Nanocom, but I don't think I
have looked through Minicom.

For USB:
  Teensy

sundeep
In order to read the data from serial port u have to Go for Qt app if not
then go for no os programming to read and write the data

Ayyappan Muthukrishnan
Sorry davef when checked Nanocom, minicom are serial terminal and not for
ethernet and we cant format the displaying data according to our needs. And
I dont need USB interfacing for now.

Hi Sundeep is there any other simpler app than Qt for me to develop.If not
what is no OS programming i have no idea about that how to do it? is there
any reference for no Os programming? Also where to get toolchain to compile
Qt application?

Ayyappan Muthukrishnan
One correction in the above question."Also where to get toolchain to cross
compile Qt application?"

Sandeep Sondagar
Hi Ayyappan,

You need to cross-compile Qt for mini2440 using gcc for ARM (available in
Download section). There are many tutorial on web to cross-compile Qt
(4.8.5) for mini2440.

There is nice third party library called QextSerialPort for serial port
programming.

Hope this will help.

Ayyappan Muthukrishnan
Thanks Sandeep Sondagar. I will go for this.

sundeep
@Ayyappan

No os, is using Keil IDE some have developed programs on Mini2440 for
applications over serialport