User's Manual
Table Of Contents
- Chapter 1 General Information
- Chapter 2 System Setup
- Chapter 3 System Tuning
- Chapter 4 Windows CE .NET 4.2
- Figure 4.1: Windows CE on TPC-60S
- 4.1 TPC Utilities
- 4.2 Networking
- 4.2.1 Network via Ethernet
- 4.2.2 Network via Serial Port
- Figure 4.24: PC Connection
- Figure 4.25: PC Connection Properties
- Figure 4.26: Change Connection
- Figure 4.27: Change Connection
- Figure 4.28: COM1 Set
- Figure 4.29: Microsoft ActiveSync
- Figure 4.30: Select Connection Setting
- Figure 4.31: Configure Connection Setting
- Figure 4.32: Get Connected
- Figure 4.33: Run Repllog.exe on the TPC
- Figure 4.34: Connection on the TPC
- Figure 4.35: Connection on the Host PC
- Figure 4.36: Explore the TPC
- 4.2.3 Network via USB Client Port
- 4.3 Application Program Development
- 4.4 Wireless LAN Utility for TPC-61S
- Appendix A Watchdog Timer Programming
- Appendix B Fuse Specifications
- Appendix C Pin Assignments
TPC-60S Series User Manual 56
A.2 How to Use the Control Code
There are 6 control codes for the operation codes in the WDT driver.
A.2.1 IOCTL _WDT_ENABLE:
Enables the Watchdog timer on your application. By default, if the
Watchdog timer is enabled, the WDT driver will automatically trigger
itself after the specified period and your application does not need to trig-
ger the Watchdog timer in this situation.
lpInBuffer : unused.
nInBufferSize: unused.
lpOutBuffer: unused.
nOutBufferSize: unused.
A.2.2 IOCTL _WDT_DISABLE:
Disables the Watchdog time on your application.
lpInBuffer : unsed.
nInBufferSize: unused.
lpOutBuffer: unused.
nOutBufferSize: unused.
A.2.3 IOCTL_WDT_STROBE:
Triggers the Watchdog. If your application uses IOCTL_WDT_ENABLE
to enable the Watchdog first and then sends IOCTL_WDT_REBOOT to
the WDT driver, your application must trigger the Watchdog once during
the Watchdog timer period. If your application has not triggered at the
specified period, the device will reboot automatically.
lpInBuffer: unused.
nInBufferSize: unused.
lpOutBuffer: unused.
nOutBufferSize: unused.










