PDA

View Full Version : guideline for developing simulator for arm based embedded device in qt



sanjeet
16th August 2012, 06:19
Hi,

I have to develop simulator for ARM-based embedded device in Qt.
This simulator should be device specific.

Can you guide me .......... or give me link for documents?

actually i am getting problem, when i have to communicate between user-application
and simulator, i am runing user application via simulator using QProcess.
But it's not happening.

my user application is in C. we have created demo API so that it can run on desktop
environment.

I am trying QLocalSocket, QLocalServer, and even i have tried to make library.

Thanks in advance
sanjeet