REM IDER configuration in Pass-Through mode REM ====================================== REM SMBUS slave address = 0x04. REM SMBUS command = 0xE2. REM Tag number(all commands) = 0x01. REM Command = 0x01. REM IDER enable = 0x01. REM Payload Type Number = 0x20("OEM0"). REM ----------------------------------------------------------------- blwrite 0x04 0xE2 0x04 0x01 0x01 0x01 0x20 blread 0x04 0xC0 REM Verify that last command returned: 0xE2 0x01 0xF0 0x00 REM Command = 0x01. REM IDER enable = 0x00. REM Payload Type Number = 0x20("OEM0"). REM ----------------------------------------------------------------- blwrite 0x04 0xE2 0x04 0x01 0x01 0x00 0x20 blread 0x04 0xC0 REM Verify that last command returned: 0xE2 0x01 0xF0 0x00