IO Device:F75111 C

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
(The Sample code source you can download from)
(The Sample code source you can download from)
Line 4: Line 4:
Source file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75111/Windows_CS/75111_CS_v11_src.rar 75111_CS_v11_src.rar]
Source file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75111/Windows_CS/75111_CS_v11_src.rar 75111_CS_v11_src.rar]
-
Binary file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75111/Windows_CS/75111_CS_v10_bin.rar 75111_CS_v10_bin.rar]
+
X64 Binary file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75111/Windows_CS/75111_CS_v11_x64_bin.rar 75111_CS_v11_x64_bin.rar]
 +
 
 +
X32 Binary file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75111/Windows_CS/75111_CS_v11_x32_bin.rar 75111_CS_v11_x32_bin.rar]
75111 DLL Source file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75111/Windows_CS/75111_DLL_v10_src.rar 75111_DLL_v10_src.rar]
75111 DLL Source file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75111/Windows_CS/75111_DLL_v10_src.rar 75111_DLL_v10_src.rar]

Revision as of 14:55, 2 January 2014

The Sample code source you can download from

Source file: 75111_CS_v11_src.rar

X64 Binary file: 75111_CS_v11_x64_bin.rar

X32 Binary file: 75111_CS_v11_x32_bin.rar

75111 DLL Source file: 75111_DLL_v10_src.rar

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

Base on 75111.Dll API as below list ,You can got more detail information in 75111_DLL_v10_src

  • F75111_API bool _stdcall F75111_Init(BYTE addr);
  • F75111_API BYTE _stdcall F75111_GetDigitalInput ();
  • F75111_API void _stdcall F75111_SetDigitalOutput(BYTE byteValue);
  • F75111_API void _stdcall F75111_SetWDTEnable(BYTE byteTimer);
  • F75111_API void _stdcall F75111_SetWDTDisable();
Personal tools