Page 1 of 1

Enabling Bit Rate Adapting with CAN FD

Posted: Mon 30. Dec 2019, 20:37
by kkregger
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?

Re: Enabling Bit Rate Adapting with CAN FD

Posted: Tue 31. Dec 2019, 17:41
by PEAK-Support
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.