TPC-1260H User Manual
50
Appendix C Watchdog Timer Program-
ming
There is a built-in watchdog timer in Windows CE 4.2 for TPC-1260H.
You can access it through the WIN32 API. TPC-1260H 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 the watchdog timer. The introduction below includes
DeviceIOControl, the definition of the parameter and an example.
C.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 );
Summary of Contents for TPC-1260H
Page 20: ...TPC 1260H User Manual 8...
Page 21: ...2 CHAPTER 2 System Setup This chapter provides a brief explana tion for operating TPC 1260H...
Page 25: ...13 Chapter2 Figure 2 5 Touch Screen Calibration 1 Figure 2 6 Touch Screen Calibration 2...
Page 26: ...TPC 1260H User Manual 14...
Page 27: ...2 CHAPTER 3 System Engine...
Page 55: ...2 APPENDIX A Serial Port Settings...
Page 57: ...45 AppendixA Figure A 1 Device Manager Figure A 2 COM5 Properties...
Page 58: ...TPC 1260H User Manual 46...
Page 59: ...2 APPENDIX B Fuse Specifications...
Page 61: ...2 APPENDIX C Watchdog Timer Programming...
Page 68: ...TPC 1260H User Manual 56...
Page 73: ...2 APPENDIX E HDD Kit Assembly...
Page 81: ...69 AppendixF Figure F 3 Install License Agreement Figure F 4 Install Completed...
Page 84: ...TPC 1260H User Manual 72 Figure F 8 Standard Calibration 1 Figure F 9 Standard Calibration 2...
Page 86: ...TPC 1260H User Manual 74 Figure F 11 Advanced Calibration 1 Figure F 12 Advanced Calibration 2...
Page 90: ...TPC 1260H User Manual 78...