PDA

View Full Version : CAN driver



yagabey
7th August 2008, 12:30
Hello,

Does anybody know if a third party CAN network (Controller-area network) class for qt exists? Or let me ask it in this way: Does anybody have an experience about CAN network and QT together...

Thanks..

schall_l
7th August 2008, 20:28
I had a similar application to do using QT. CAN is a physical bus. You need to use third party hardware to connect your application with the CAN. There is some hardware you can connect via USB to your PC. Usually, the hardware manufacturer provides some kind of driver accessible via a DLL. The QT based application will then typically use QLibrary to access the dll from the CAN device vendor.