| 2.1.6 MTCSWriteMemory iAnz integrity values for the contents of the EEPROM are always written in bytes successively from address 0. Definition int USB_DLL_API MTCSWriteMemory( unsigned char* cBuf, int iAnz); Parameter-unsigned char* cBuf Pointer on the buffer, which contains the contents for the EEPROM, (Param2 in the example) int iAnz The number of integrity values which are to be written. ( Paraml in the example) Return value = 0 No errors exist = 2 Firmware detected an illegal command = 4..x Parameter error Parameter 1, orParameter x = 6 The number of integrity values exceeds the total number for EEProm. = 7 Transmission error |