REM SOLconfiguration in Pass-Through mode REM ====================================== REM SMBUS slave address = 0x04. REM SMBUS command = 0xE4. REM Tag number(all commands) = 0x01. REM Command = 0x01. REM Reserved = 0x00. REM SOL flags = 0x22. REM - SOL Packets must be authenticated REM - SOL Packets must be encrypted REM - Access to SOL payload granted. SOL Activate Payload will succeed. REM - SOL Privilege Level = "User"(2h) REM Character Accumulate Interval = 0x02. (2 * 5ms) REM Character Send Threshold = 0x04. REM Retry count = 0x03. REM Retry Interval = 0x02. ( 2 * 10 ms) REM ----------------------------------------------------------------- blwrite 0x04 0xE4 0x08 0x01 0x01 0x00 0x22 0x02 0x04 0x03 0x02 blread 0x04 0xC0 REM Verify that last command returned: 0xE4 0x01 0xF0 0x00