GPIO Develop Utility under Windows

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
(New page: Category:AllowPages == Introduction == GPIO Develop Utility can help you to develop tool to control GPIO device.<br /> == The binary file you can download from == <Google Drive> ...)
Line 26: Line 26:
Sample code: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/PW601_DLL/Windows/Ver1.0.2.5/PW601Dll_SampleCode.zip PW601Dll_SampleCode]
Sample code: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/PW601_DLL/Windows/Ver1.0.2.5/PW601Dll_SampleCode.zip PW601Dll_SampleCode]
-->
-->
 +
== DLL files descreption ==
== DLL files descreption ==
Line 36: Line 37:
'''LexIo64.dll、LexIo64.sys''': Based on WinIO that provids DLL to read hardware data. For x64.<br />
'''LexIo64.dll、LexIo64.sys''': Based on WinIO that provids DLL to read hardware data. For x64.<br />
 +
 +
 +
== Support GPIO module ==
 +
 +
'''F75111(Onboard)、F75111 EXT(CIO series)、F75113 SMBUS、F75113 LPC、F81966 LPC.'''<br />
 +
== How to use DLL ==
== How to use DLL ==
-
'''*Step1.''' Unzip binary zip file and put files to your programe.<br />
+
'''*Step1.''' Unzip DLL zip file and put files to your programe.<br />
-
If your program based on x64 environment, use PW601Dll_x64. Otherwise, use PW601Dll_x86.<br />
 
-
[[Image:Input_86_DLL.png]] [[Image:Input_64_DLL.png]] <br/>
+
'''*Step2.''' Initialize GPIO module resource.<br />
-
'''*Step2.''' Initialize PW601 resource.<br />
+
Module defined
[[Image:Init_DLL.png]] <br/>
[[Image:Init_DLL.png]] <br/>

Revision as of 15:33, 23 September 2024


Contents

Introduction

GPIO Develop Utility can help you to develop tool to control GPIO device.


The binary file you can download from

<Google Drive>

DLL file(64 bit): PW601Dll_v1.0.10.7_x64

Sample file(64 bit): PW601Dll_v1.0.10.7_x64

Sample code: UsePW601Dll(v1.0.10.7)_SampleCode


DLL files descreption

GPIOUtilityDll.dll: Contains code and data about GPIODLL function.

GPIOUtilityDll.h: Header about GPIODLL function.

GPIOUtilityDll.lib: Import library that link to GPIOUtilityDll.dll.

LexIo64.dll、LexIo64.sys: Based on WinIO that provids DLL to read hardware data. For x64.


Support GPIO module

F75111(Onboard)、F75111 EXT(CIO series)、F75113 SMBUS、F75113 LPC、F81966 LPC.


How to use DLL

*Step1. Unzip DLL zip file and put files to your programe.


*Step2. Initialize GPIO module resource.

Module defined

Image:Init_DLL.png

*Step3. Get informations from PW601 develop DLL.

Image:Use_DLL_2.png

*Final Step. Release PW601 resource before leaving application.

Image:Release_DLL.png

Personal tools