嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
#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
CCP_Template_500K
├── install.ini
├── prof
└── profe
├── ccpStandard
├── ccpStandard.cnf
└── ccpStandard.prm
2 directories, 4 files