dscSetEEPROM

BYTE dscSetEEPROM(DSCB board, DWORD address, BYTE data)

Writes 8-bit data to the EEPROM at the specified address. The EEPROM on all AT boards and Emerald-MM-8 contains 256 bytes. On the AT boards, all 256 bytes are addressable. On the Emerald-MM-8, only the lower 128 bytes are addressable. If there is a timeout failure waiting for the EEPROM to respond, the function will return DE_OPERATION_TIMED_OUT.

Last updated