Has anybody had success accessing the i.MX 53's CAN Bus via C#

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Has anybody had success accessing the i.MX 53's CAN Bus via C#

434 Views
tommore
Contributor I

I have been working with the i.MX 53 board that is included with a Windows CE device produced by Wayson called the X7. Originally we found these units and thought they would be ideal for us to hook up to our rental fleet of a few thousand forklifts to provide a range of services. The device had everything we wanted with CAN Bus, GPS, 3G, etc... 

However, unfortunately Wayson has not been able to assist us to perform a simple read from the CAN bus in order to retrieve data from a CAT Forklift into a C# application. I've tried pretty much everything I can think of in order to get data working with this unit. Unfortunately it's looking like we may have to select a different unit if we can't get this CAN Bus functionality working.

Has anyone out there been able to pull data from the CAN Bus on a Windows CE in a C# application?

Labels (1)
1 Reply

367 Views
justin_jiang
NXP Employee
NXP Employee

In Freescale WinCE driver we provide CAN SDK for Application read/write CAN data.

You can call CANTransfer() function. But we didn't test under C# application.