User manual
Table Of Contents
- Chapter 1 Overview
 - Chapter 2 Hardware Functionality
- 2.1 Introduction
 - 2.2 RS-232/422/485 Interface (COM1~COM2)
 - 2.3 Optional RS-232 Interfaces (COM3~COM4)
 - 2.4 LAN: Ethernet Connector
 - 2.5 Power Inputs
 - 2.6 USB Connector
 - 2.7 DVI-I Display Connector
 - 2.8 Reset Button
 - 2.9 Power Button
 - 2.10 Audio
 
 - Chapter 3 Initial Setup
 - Appendix A System Settings and Pin Assignments
- A.1 System I/O Address and Interrupt Assignments
 - A.2 Board Connectors and Jumpers
 - A.3 RS-232 Standard Serial Port (COM3~COM4)
 - A.4 RS-232/422/485 Serial Port (COM1~COM2)
 - A.5 Ethernet RJ-45 Connector (LAN1~LAN2)
 - A.7 PS/2 Keyboard and Mouse Connector
 - A.8 USB Connector (USB1~USB4 & CN7)
 - A.9 VGA Display Connector
 
 - Appendix B Programming the Watchdog Timer
 
51 Appendix B 
The following example shows how
you might
program
the
watchdog 
timer in BASIC:
10
 REM
Wa t c h d o g
timer example program
20
 OUT &H443, data REM
Start and restart the watchdog
30
 GOSUB 1000 REM
Your application
task #1,
40
 OUT &H443, data REM
Reset
the
timer
50
 GOSUB 2000 REM
Your application
task #2,
60
 OUT &H443, data REM
Reset
the
timer
70
 X=INP (&H443)
REM,
Disable the
watchdog timer
80
 END
1000
REM
Subroutine #1, your application
task
..
..
..
1070
 RETURN
2000
 REM
Subroutine #2, your application task
..
..
..
2090
 RETURN










