-1

How can I implement CAN communication in c# windows application. I have to create an application that communicate to the device. In earlier project I used serial port. What will be the major difference between these two.. Am new to this topic.

user3575807
  • 49
  • 1
  • 7

1 Answers1

0
  1. You need a CAN controller. I would recommend the PCAN USB from PEAK Systems.

  2. Install the drivers

  3. Download the PCAN API from PEAK System web page. (contains C# wrappers)

  4. Use the API in your application to send and receive CAN frames

brano
  • 2,822
  • 19
  • 15