Qt creator and CANalyzer

Status
Not open for further replies.

hichemm

Newbie level 3
Joined
Feb 13, 2015
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
28
hi
As part of developing a graphical simulation tool for testing theCAN communication interface of an electronic card with two HMI,one wishes to be exempted from using software that is expensive such as CANoe and LabVIEW using basic programming languages ​​like C + +.

It involves developing a C++ application using QT creator, which can execute automatic tests in CAN alyzer (send Can message,see trafic data in CAN bus...).
this GUI is intended to facilitate the test procedures for sending and reception of frame
 

I don't get which part is the question really? Also you might be better off with .NET or if your intended target platform is Windows. You could go with Java if your intended target platform is both Linux and Windows (and Mac). Time-to-market with both could be faster than Qt.

Qt is excellent for what it does, but it's a bit more difficult to get things going there. The MOC pre-compiler makes the C++ in Qt a bit different. Also, do you need direct Hardware access? Or Drivers are developed for the hardware in question? If not, depending on whether it's on Windows or Linux, you need KMDF (driver for windows) and at least /dev/mem access for Linux (unless it's USB in which case it'll be a bit different).
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…