IO Device:IntelDIO CS

From LEXWiKi

Jump to: navigation, search

The Sample code source you can download from

<Google Drive>

Source file: 852_DIO_CS_v10_Src

Binary file: 852_DIO_CS_v10_Bin

<FTP>

Source file: 852_DIO_CS_v10_Src

Binary file: 852_DIO_CS_v10_Bin

How to use this Demo Application

Image:75111_CS_BIN_v10.PNG

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);
Personal tools