Appendix
Source Code in C Language
======================
/*-----
Include Header Area -----*/
#include "math.h"
#include "stdio.h"
#include "dos.h"
/*-----
routing, sub-routing -----*/
void main()
{
outportb(0x2e, 0x87);
/* initial IO port twice */
outportb(0x2e, 0x87);
outportb(0x2e, 0x07);
/* point to logical device selector */
outportb(0x2e+1, 0x08);
/* select logical device 8 */
outportb(0x2e, 0x30);
/* select CR30 */
outportb(0x2e+1, 0x01);
/* update CR30 to 01h, WDTO enable*/
outportb(0x2e, 0xf5);
/* select CRF5 to set timer unit */
outportb(0x2e+1, 0x00);
/* update CRF5 bit3, 0:sec; 1:Min. */
outportb(0x2e, 0xF6);
/* select CRF6 */
outportb(0x2e+1, 0x05);
/* update CRF6 to 05h (5 sec) */
outportb(0x2e, 0xAA);
/* stop program W83627UHG, Exit */
}
- 50 -
Summary of Contents for 2500-VP15
Page 2: ...P N 4017156100110P 2013 12...
Page 3: ...This page is intentionally left blank 2...
Page 8: ...Chapter 1 General Informa tion General Information Chapter1 1 General Information 1...
Page 14: ...Chapter 2 System Setup System Setup Chapter2 2 System Setup 7...
Page 20: ...System Setup 2 2 4 VESA Mounting Optional VESA bracket VESA 100 VESA 75 13...
Page 21: ...This page is intentionally left blank 14...
Page 22: ...Chapter 3 System Engine System Engine Chapter3 3 System Engine 15...
Page 29: ...This page is intentionally left blank 22...
Page 41: ...This page is intentionally left blank 34...
Page 42: ...Language Setup Chapter5 5 Language Setup 35...
Page 46: ...Chapter 6 System Tuning System Tuning Chapter6 6 System Tuning 39...
Page 51: ...This page is intentionally left blank...
Page 52: ...Chapter 7 Maintenance Maintenance Chapter7 7 Maintenance 45...