![Advantech TPC-870 User Manual Download Page 56](http://html1.mh-extra.com/html/advantech/tpc-870/tpc-870_user-manual_2858570056.webp)
TPC-870 User Manual
44
Appendix B Watchdog Timer on WinCE
There is a built-in Watchdog timer on Windows CE 5.0 for TPC-870. You
can access it through WIN32 API. TPC-870 provides a WDT driver to
allow users to enable/disable the Watchdog timer. The driver name is
“WDT1:”. Programmers must open this driver before using the resources.
Then programmers can use DeviceIOControl functions to enable/disable
Watchdog timer. The introduction below includes the DeviceIOControl, the
definition of the parameter and an example.
B.1 DeviceIOControl
This function sends a control code directly to a specified device driver,
causing the corresponding device to perform the specified operation.
BOOL DeviceIoControl(
HANDLE hDevice,
DWORD dwIoControlCode,
LPVOID lpInBuffer,
DWORD nInBufferSize,
LPVOID lpOutBuffer,
DWORD nOutBufferSize,
LPDWORD lpBytesReturned,
LPOVERLAPPED lpOverlapped );
Parameters:
hDevice
[in] Handle to the device that is to perform the operation. Call the Create-
File function to obtain a device handle.
dwIoControlCode
[in] Specifies the control code for the operation. This value identifies the
specific operation to be performed and the type of device on which the
operation is to be performed. No specific values are defined for the dwIo-
ControlCode parameter. However, the writer of a custom device driver can
define IOCTL_XXXX control codes, per the CTL_CODE macro. These
Summary of Contents for TPC-870
Page 1: ...TPC 870 Intel Touch Panel Computer with High Luminance 8 VGA TFT LCD User Manual...
Page 8: ...TPC 870 User Manual viii...
Page 12: ...TPC 870 User Manual xii...
Page 21: ...2 CHAPTER 2 System Setup...
Page 25: ...2 CHAPTER 3 System Engine...
Page 32: ...TPC 870 User Manual 20 Step 5 Click uninstall icon to remove PCI Serial Port...
Page 33: ...21 Chapter4 Step 6 Click the scan for hardware changes icon to remove PCI Serial Port...
Page 34: ...TPC 870 User Manual 22 Step 7 Found New Hardware and Click Next to continue installation...
Page 40: ...TPC 870 User Manual 28 Step 3 Click Next to proceed...
Page 47: ...2 CHAPTER 5 Windows XP Embedded Sections include EWF HORM Advantech Utilities...
Page 51: ...2 APPENDIX A Serial Port Settings...
Page 54: ...TPC 870 User Manual 42...
Page 55: ...2 APPENDIX B Watchdog Timer on WinCE 5 0...
Page 62: ...TPC 870 User Manual 50...
Page 63: ...2 APPENDIX C Watchdog Timer Programming...
Page 77: ...2 APPENDIX E HDD Kit Assembly...
Page 81: ...69 AppendixF Figure F 3 Install License Agreement Figure F 4 Install Completed...
Page 84: ...TPC 870 User Manual 72 Figure F 8 Standard Calibration 1 Figure F 9 Standard Calibration 2...
Page 86: ...TPC 870 User Manual 74 Figure F 11 Advanced Calibration 1 Figure F 12 Advanced Calibration 2...
Page 90: ...TPC 870 User Manual 78...