Enabling Bit Rate Adapting with CAN FD

The free CAN Software API (Application Programming Interface) for Windows®
Post Reply
kkregger
Posts: 7
Joined: Tue 25. Jul 2017, 00:49

Enabling Bit Rate Adapting with CAN FD

Post by kkregger » Mon 30. Dec 2019, 20:37

My application cannot enable Bit Rate Adapting with a PCAN USB FD device.

uint enable = PCANBasic.PCAN_PARAMETER_ON;
status = PCANBasic.SetValue(handle, TPCANParameter.PCAN_BITRATE_ADAPTING,
ref enable, Convert.ToUInt32(Marshal.SizeOf(enable)));
status doesn't equal TPCANStatus.PCAN_ERROR_OK.
Should this work?

User avatar
PEAK-Support
Sales & Support
Sales & Support
Posts: 1646
Joined: Fri 10. Sep 2010, 19:34

Re: Enabling Bit Rate Adapting with CAN FD

Post by PEAK-Support » Tue 31. Dec 2019, 17:41

Without more information it is hard to answer your question. Please send a request to support@peak-system.com what exact you want to do or need to do. Then which Hardware Interface (part number ) you ause, whixch OS and which DLL(Windows)/LIB(Linux)Version.
--------------------------------
PEAK-System Technik
Technical Support Team
support[at]peak-system.com
-------------------------------

Post Reply