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?
Read and display the data from ethernet/serial port in mini2440
For ethernet: Nanocom, Minicom I have seen the source for Nanocom, but I don't think I have looked through Minicom. For USB: Teensy
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
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?
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 No os, is using Keil IDE some have developed programs on Mini2440 for applications over serialport