Interfacing PCAN USB using C++

The free CAN Software API (Application Programming Interface) for Windows®
K.Wagner
Software Development
Software Development
Posts: 1082
Joined: Wed 22. Sep 2010, 13:36

Re: Interfacing PCAN USB using C++

Post by K.Wagner » Mon 15. May 2017, 08:24

Hello,

the functions ProcessMessage and HandleReadError are actually placeholder for your needs, i.e. this is your job to interpretate the CAN messages as you require and also handle possible errors with your application. These issues are different for each user. But you can check the functions ProcessMessage and GetFormatedError within the sample projects in order to get an idea of what you can do in that cases.
Best regards,
Keneth

Post Reply