FUTEK .NET API Documentation
EEPROM Codes / Device Status Codes
In This Topic
    Device Status Codes
    In This Topic

    This table provides a comprehensive list of device status codes.

    Hexadecimal Decimal Octal Binary Status
    00 0 0000 00000000 OK
    01 1 0001 00000001 Invalid Handle
    02 2 0002 00000010 Device Not Found
    03 3 0003 00000011 Device Not Opened
    04 4 0004 00000100 IO Error
    05 5 0005 00000101 Insufficient Resources
    06 6 0006 00000110 Invalid Parameter
    07 7 0007 00000111 Invalid Baud Rate
    08 8 0010 00001000 Device Not Opened For Erase
    09 9 0011 00001001 Device Not Opened For Write
    0A 10 0012 00001010 Failed to Write Device
    0B 11 0013 00001011 EEPROM Read Failed
    0C 12 0014 00001100 EEPROM Write Failed
    0D 13 0015 00001101 EEPROM Erased Failed
    0E 14 0016 00001110 EEPROM Not Present
    0F 15 0017 00001111 EEPROM Not Programmed
    10 16 0020 00010000 Invalid Arguments
    11 17 0021 00010001 Not Supported
    12 18 0022 00010010 Other Error
    13 19 0023 00010011 Device List Not Ready
    14 20 0024 00010100 Undefined
    ... ... ... ... ...
    FF 255 0377 11111111 Undefined