How to use CAN library on Apalis IMX6 C#?

Hello Guys

I’m trying to use the CAN interface of the WCE. I’m using the TdxAllLibrariesDll.dll but i’m not finding how to set the baudrate

At the moment I’m using C# to program to WCE2013

Dear @rafagcf

The bit rate is configured using the Can_SetConfigInt().

Please refer to the help file which comes with the libraries (Toradex_CE_Libraries.chm) and browse to the section Configuration OptionsCAN Configuration Options for details.

Regards, Andy

The problem is that this file is in C, and I’m working with C#

Dear @rafagcf

What I mentioned above is true for C as well as for C#.

Please check out .\libDemos\dotNet\CanDemo\.

Regards, Andy