DscSetEEPROM

Universal Driver Documentation
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.

Function Definition

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

Function Parameters

NameDescription
boardThe handle of the board to operate on
addressAddress in the EEPROM to write. On AT boards, the range is 0-255. On Emerald-MM-8, the range is 0-127.
data8-bit data to write to the specified address in the EEPROM

Return Value

Error code or 0.


This page was last modified 11:31, 12 Feb 2004.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.