IO Device:IntelDIO CS

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
(Introduction)
(The Sample code source you can download from)
Line 5: Line 5:
Binary file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/852_DIO_Sample_Windows/852_DIO_CS/852_DIO_CS_bin_v10.rar 852_DIO_CS_bin_v10.rar]
Binary file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/852_DIO_Sample_Windows/852_DIO_CS/852_DIO_CS_bin_v10.rar 852_DIO_CS_bin_v10.rar]
 +
 +
Google Drive: [https://drive.google.com/drive/folders/13toKOhuu1rPurAFRodobQxOgxXObNFiz?usp=sharing FI/CI/SI/MI DIO/WDT C# under Windows]
== How to use this Demo Application ==
== How to use this Demo Application ==

Revision as of 08:48, 15 February 2022

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

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