請先看『使用說明』
IO Device:IntelDIO CS
From LEXWiKi
The Sample code source you can download from
Source file: 852_DIO_CS_src_v10.rar
Binary file: 852_DIO_CS_bin_v10.rar
Google Drive: FI/CI/SI/MI DIO/WDT C# under Windows
How to use this Demo Application
1. Connected the DI and DO pin
2. Before you press the "Write" button, Check the box what you like to send high data first
3. Press the "Read" button to get data from DO
4. Press the "Enable" button to test WDT function
5. Press the "Disable" button when WDT enable to disable WDT
Introduction
Our 852 GPIO & WDT Sample code base on WinIO.DLL SDK and provide the below list API
- [DllImport("WinIo.dll")] static extern bool InitializeWinIo();
- [DllImport("WinIo.dll")] static extern void ShutdownWinIo();
- [DllImport("WinIo.dll")] static extern bool GetPortVal(UInt32 PhysAddr,IntPtr PhysVal,Int32 nSize);
- [DllImport("WinIo.dll")] static extern void SetPortVal(UInt32 PhysAddr,Int32 PhysVal,Int32 nSize);