ACI_Exit

Top  Previous  Next

ACI_FUNC ACI_Exit();

 

Description

 

Call of this function stops the ChipProgUSB software. In most cases the programmer practically immediately stops running. Sometimes, after calling the ACI_Exit function, it continues working for a while to correctly complete an earlier launched process. After all, the ChipProg will stop and quit itself after finding that the controlling process has ended.

 

It is possible, however, that the ChipProgUSB software will keep running even after the control process has completely stopped. This is an abnormal situation and, as a result, it will be impossible to re-establish communication with the programmer hardware by launching the ACI_Launch function. In this case you should manually close the ChipProgUSB program via the Windows Task Manager.  

 

 

 

.