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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

659 次查看
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?

标签 (1)
1 回复

592 次查看
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.