If fRegisterWrite(0, &H65, &H9) <> 0 Then
MsgBox("ricezione 1: FAIL")
Return (1)
End If
'write 0x02 to conf_eepgate
If fRegisterWrite(0, &H65, &H2) <> 0 Then
MsgBox("ricezione 5: FAIL")
Return (1)
End If
'write 0x09 to conf_eepgate
If fRegisterWrite(0, &H65, &H9) <> 0 Then
MsgBox("ricezione 10: FAIL")
Return (1)
End If
'write 0x01 to conf_eepgate
If fRegisterWrite(0, &H65, &H1) <> 0 Then
MsgBox("ricezione 15: FAIL")
Return (1)
End If
'write 0x02 to conf_eepgate
If fRegisterWrite(0, &H65, &H2) <> 0 Then
MsgBox("ricezione 20: FAIL")
Return (1)
End If
'write 0x00 to conf_eepgate
If fRegisterWrite(0, &H65, &H0) <> 0 Then
MsgBox("ricezione 25: FAIL")
Return (1)
End If
'set bit conf_eepmode (registro conf_misc7)
If fRegisterWrite(0, &H63, 1) <> 0 Then
MsgBox("ricezione 30: FAIL")
Return (1)
End If