Development of Program Downloader Based on PCAN and UDS Protocol

In my spare time, I help the brother department develop a program downloader based on UDS protocol, use PCAN equipment, use C# language, and develop environment win10

Development of Program Downloader Based on PCAN and UDS Protocol

Software screenshot:

The specific download process basically conforms to ISO14229 (mixed with a company's custom process)

Simulation download:

Development of Program Downloader Based on PCAN and UDS Protocol

Development of Program Downloader Based on PCAN and UDS Protocol

Download process:

Development of Program Downloader Based on PCAN and UDS Protocol

Development of Program Downloader Based on PCAN and UDS Protocol



In order to develop and debug, specially use the console program to write a server-side program for debugging:
Development of Program Downloader Based on PCAN and UDS Protocol

Development experience:
1: C# is largely unsuitable for development in the industrial field
2: PEAK's help documents need to be read carefully
3: When using asynchronous tasks, pay attention to the DLL provided by PCAN
4: The download process request and response are really cumbersome

Guess you like

Origin blog.csdn.net/lm393485/article/details/88894293