Search found 4 matches

by ganeshredcobra
Mon 21. Nov 2016, 10:15
Forum: Linux
Topic: PCAN USB QT Interfacing issue
Replies: 1
Views: 4840

PCAN USB QT Interfacing issue

I recently purchased one PCAN USB device. I am having trouble interfacing the API's with my QT GUI. I am using #include < libpcan.h> and #include < pcan.h> in my code as mentioned in one sample code.I am compiling the code with -lpcanfd compiler flag . When i am adding #include < libpcan.h> in the ...
by ganeshredcobra
Fri 30. Sep 2016, 14:52
Forum: PCAN-Basic
Topic: Interfacing PCAN USB using C++
Replies: 10
Views: 22960

Re: Interfacing PCAN USB using C++

Thank you, That worked fine.
While reading the CAN messages continuously and processing i am getting a lot of delay. When a value change happens in a message the effect comes on my code after some time, why is this happening? Do i need to clear any buffer i didn't see any other API calls other than ...
by ganeshredcobra
Tue 20. Sep 2016, 11:48
Forum: PCAN-Basic
Topic: Interfacing PCAN USB using C++
Replies: 10
Views: 22960

Interfacing PCAN USB using C++

Hi,

Can i get a sample C++ code for loading PCANBasic dll, Initializing, sending and receiving CAN message. I am having PCANBasic.dll and PCANBasicCLR.h. In PCAN forum i found one simple C code is a there a C++ code for the same available. The example in the directory is associated with the User ...
by ganeshredcobra
Mon 20. Jan 2014, 09:41
Forum: Linux
Topic: PCAN Linux driver
Replies: 1
Views: 3571

PCAN Linux driver

Hi,

Can i use use PCAN linux device driver to communicate with any CAN device?If so how?