Appendix B
59
ECX-SLU0 / KLU0 Series Use r’s Manual
Appendix B
WatchDog Timer Sample Code
//**********************************************************************
//**********************************************************************
//**
**
//** (C) Copyright 2013-2017, Quanmax, Inc. **
//**
**
//** All Rights Reserved. **
//**
**
//**
5F, No.455, Ti-Ding Blvd., Sec. 2, **
//**
Neihu District, Taipei, Taiwan 114
**
//**
**
//** Phone: +886-2-2799-2789
**
//**
**
//**********************************************************************
//**********************************************************************
//==========================================================
==========//
//ECX-SLU0 DOS Watchdog sample program
//
//Please compile with Turbo C 3.0 to utilized the program //
//==========================================================
==========//
#include<stdio.h>
#define SIO_CONFIG_INDEX 0x2E
#define SIO_CONFIG_DATA SIO_CONFI1
void UnlockSIO()
{
outp(SIO_CONFIG_INDEX,0x87);
outp(SIO_CONFIG_INDEX,0x87);
}
void LockSIO()