:2.693KB : :1 :2022-08-27 18:35:54
基于CCP协议的inca用prof文件如果开发者对于本文件有需要的可以参考。
#define CCPACK_ACK 0
#define CCPACK_NACK 1
#define CCPACK_ABORT 2
#define CCPACK_RETRY 3
#define CR 13
#define ESCAPE 27
#define WARNING 77
#define ALREADY 99
;path for the configuration file. Will be changed during installation into real configuration path. see Change_Path
#define CONFIG "C:\$prof\ccpStandard\ccpStandard.cnf"
#define CCP_ECU_MODE 1
#define CCP_ERASE_SEGMENT_TIMEOUT_MSEC 30000
#define CCP_REBOOT_ECU_TIMEOUT_MSEC 5000
#define CCP_PROGRAM_TIMEOUT_MSEC 5000
#define CCP_DISCONNECT_PERMANENTLY 1
#define CCP_PROGRAM_ZERO 1 ;send PROGRAM with length 0 after end of section
#define CCPCMD_PROGRAM $18
#define CCPCMD_PROGRAM_6 $22
#define FALSE 0
#define TRUE 1
; possibility to control upcoming dialog boxes (prompt user, ignore and continue, abort flashing)
#define USER_PROMPT 0
#define USER_CONTINUE 1
#define USER_ABORT 2
; DLL error
#define ERR_DLL_NOT_EXISTING -1
10-16TwinCAT3 入门教程V4.1
10-08BinCalc64 64位进制转换工具
10-01CCP协议简介.pdf
11-09wincap抓包类模块
12-03易语言wincap模块例子