As Keneth wrote - uset the PCAN-Basic API - he also add a link to the post. So simply study the Information / Package.
All you need is part of it...spend 2 minutes and you have what you need...
Search found 1542 matches
- Mon 25. Sep 2023, 08:11
- Forum: PCAN-Basic
- Topic: Support for legacy software
- Replies: 8
- Views: 107
- Thu 21. Sep 2023, 09:06
- Forum: PCAN-USB
- Topic: LINUX_CAN_Statistics and TPDIAG.wErrorFlag
- Replies: 10
- Views: 134
Re: LINUX_CAN_Statistics and TPDIAG.wErrorFlag
The error doesn't appear when I do transmitest using n=10, but if I do n=10, I get bus off in dmesg command. Sorry we do not understand what you want to tell us with this information.... please read the API Headers for the error codes. And also use the result(s) of the API calls to see if all is OK...
- Wed 20. Sep 2023, 10:02
- Forum: PCAN-USB
- Topic: LINUX_CAN_Statistics and TPDIAG.wErrorFlag
- Replies: 10
- Views: 134
Re: LINUX_CAN_Statistics and TPDIAG.wErrorFlag
have you checked our sample code ? There you see how to read the CAN data...as we do not know what exact you do we are not able to give you more tips as we did.. Best is to run the sample code - this is well tested and must work. If you still have the same problems with the sample code , you have a ...
- Wed 20. Sep 2023, 08:26
- Forum: PCAN-USB
- Topic: LINUX_CAN_Statistics and TPDIAG.wErrorFlag
- Replies: 10
- Views: 134
Re: LINUX_CAN_Statistics and TPDIAG.wErrorFlag
As i wrote in my last post - looks like your application do not read the queues in time.
- Wed 20. Sep 2023, 08:06
- Forum: PCAN-UDS
- Topic: Accessing LIN UDS Device behind Gateway
- Replies: 1
- Views: 36
Re: Accessing LIN UDS Device behind Gateway
You post in the CAN UDS API Forum part. Means directly connected UDS CAN Devices to a CAN port and use our Windows UDS API. If you use a LIN / CAN Bridge we could not help you (we do not know how the Bridge work, if you configure it correct etc.) So please contact the CAN LIN Bridge manufacturer and...
- Tue 19. Sep 2023, 12:23
- Forum: PCAN-USB
- Topic: LINUX_CAN_Statistics and TPDIAG.wErrorFlag
- Replies: 10
- Views: 134
Re: LINUX_CAN_Statistics and TPDIAG.wErrorFlag
Take a look into the pcan.h file, part of the driver source. There you find the error code definition. /* * error codes */ #define CAN_ERR_OK 0x0000 // no error #define CAN_ERR_XMTFULL 0x0001 // transmit buffer full #define CAN_ERR_OVERRUN 0x0002 // overrun in receive buffer #define CAN_ERR_BUSLIGHT...
- Tue 19. Sep 2023, 09:31
- Forum: PCAN-USB
- Topic: LINUX_CAN_Statistics and TPDIAG.wErrorFlag
- Replies: 10
- Views: 134
Re: LINUX_CAN_Statistics and TPDIAG.wErrorFlag
!Thank you for the information!
Could you please post the result of so that we know which Driver version you exact use
Could you please post the result of
Code: Select all
cat /proc/pcan
- Tue 19. Sep 2023, 09:04
- Forum: PCAN-USB
- Topic: LINUX_CAN_Statistics and TPDIAG.wErrorFlag
- Replies: 10
- Views: 134
Re: LINUX_CAN_Statistics and TPDIAG.wErrorFlag
We need to know which Hardware you are using.
Please send the part and serial number, incl. a picture of the used device to support@peak-system.com
We will then answer ASAP.
Please send the part and serial number, incl. a picture of the used device to support@peak-system.com
We will then answer ASAP.
- Mon 18. Sep 2023, 15:26
- Forum: Third Party Software
- Topic: Reading the data from the ECU using labview KDI drivers
- Replies: 1
- Views: 235
Re: Reading the data from the ECU using labview KDI drivers
Sorry - wrong Forum - you should contact people in a LabView Forum, or the maintainer of the LabView VI - but we are simply not able to help. We do not know what your screens will do - it is simply not possible to understand your workflow from some pictures. Try it with PLIN-View Pro - if it works t...
- Mon 18. Sep 2023, 10:07
- Forum: PCAN-Basic
- Topic: Support for legacy software
- Replies: 8
- Views: 107
Re: Support for legacy software
The latest Version of this DLL from 2010 (Version 2.04) is available here - scroll down "Outdated APIs"I made the original software with pcan_dng.dll more than 20 years ago.