![Quanmax KEEX-5100 Series User Manual Download Page 56](http://html1.mh-extra.com/html/quanmax/keex-5100-series/keex-5100-series_user-manual_3444184056.webp)
Appendix B
56
KEEX-5100 Series User’s Manual
Appendix B
WatchDog Timer Sample Code
//**********************************************************************
//**********************************************************************
//**
**
//** (C) Copyright 2013-2014, Quanmax, Inc. **
//**
**
//** All Rights Reserved. **
//**
**
//**
5F, No.455, Ti-Ding Blvd., Sec. 2, **
//**
Neihu District, Taipei, Taiwan 114
**
//**
**
//** Phone: +886-2-2799-2789
**
//**
**
//**********************************************************************
//**********************************************************************
//==========================================================
==========//
//KEEX-5100 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()