Manual Number: 00650-009-28
Page 5-4
WDT1000-P Manual
Before the timeout expires, counter 2 must be reloaded:
OUT 2, 100
'Reload counter 2 low byte '100*4.44 mSec.
Temperature Alarm
To test if the internal computer temperature exceeds the preset level, read bit 0 at the Temperature
Alarm register (Watchdog base a 4). Bit 0 will be a 0 if temperature is normal and 1 if
temperature is excessive. Bits 1 through 7 of this register are meaningless.
Serial Output
The serial communications port has its own base address. If that base address is set as COM1 or
COM2, simply follow standard DOS procedures. If serial communications port is NOT set as
COM1 or COM2, follow the NS16450 chip (ACE) specification.
The following code sample is in BASIC and demonstrates the recommended steps to initialize the
NS16450 for normal operation. This sample assumes a base address of 3F8 and the device will be
setup for 9600 baud with an 8-bit, no-parity format. The assumed clock frequency is 1.8432 MHz
and, thus, a divisor of 12 is required. (The divisor is determined by dividing the clock frequency by
16 then by the baud rate).
OUT &H3FC, &H10
'Put into loopback.
OUT &H3FB, &H80
'Select divisor latch.
OUT &H3F8, 12
'Lower half of 9600 baud divisor.
OUT &H3F9, 0
'Upper half of 9600 baud 'divisor.
OUT &H3F8, 3
'Deselect divisor latch, set 8 'bits/1 stop/no
parity.
TMP = INP(&H3F8)
'Read input port.
FOR TMP = 1 TO 2
'Wait for at least two character 'times.
NEXT
TMP = INP(H3F8)
'Read input port a second time.
OUT &H3FC, 1
'Take out of loopback; set "Dir".
Содержание WDT-1002
Страница 1: ...Model WDT1000 P Product Manual MANUAL NUMBER 00650 009 28C...
Страница 2: ...Page ii...
Страница 4: ...Page iv This page intentionally left blank...
Страница 14: ...Manual Number 00650 009 28 Page 1 6 WDT1000 P Manual This page intentionally left blank...
Страница 19: ...Chapter 3 Option Selection Manual Number 00650 009 28 Page 3 3 Figure 3 1 WDT1000 P Jumper and Switch Locations...
Страница 20: ...Manual Number 00650 009 28 Page 3 4 WDT1000 P Manual This page intentionally left blank...
Страница 26: ...Manual Number 00650 009 28 Page 5 6 WDT1000 P Manual This paage intentionally left blank...
Страница 28: ...Manual Number 00650 009 28 Page A 2 WDT1000 P Manual This page intentionally left blank...
Страница 32: ......
Страница 34: ......