Chapter 4 Software Utilities
PA-3211 SERIES USER MANUAL
Page: 4-57
4.2.3.4
I-Button API
OpenIbtn
Public Boolean OpenIbtn (intBaudRate)
Purpose
Open the Ibutton Port.
Value
Set Ibutton BaudRate; Ibutton baud rate default is 115200;
Return
True (1) on success, False (0) on failure
CloseIbtn
Public Boolean CloseIbtn( );
Purpose
Close the Ibutton Port.
Return
True (1) on success, False (0) on failure False (0)
SendCommand
Public Boolean SendCommand (
byte[] data
);
Purpose
Send Command to Ibutton.
Value
Ibutton Command Code.
Return
True (1) on success, False (0) on failure False (0)
Example
Ibutton – Send Command to Ibutton
//Initialize a Ibutton class instance
Ibutton Ibtncontrol =
new
Ibutton();
Ibtncontrol.
OpenIbtn(115200);
byte
[] data =
newbyte
[1];
data[0] = 0x0C;
Ibtncontrol
.SendCommand(data);
Содержание PA-3211
Страница 1: ...USER MANUAL PA 3211 10 1 POS Terminal Powered by ARM Cortex A 9 Processor PA 3211 M1...
Страница 15: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 4 2 2 3 Top View...
Страница 16: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 5 2 2 4 Bottom View 2 2 5 Quarter View...
Страница 17: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 6 2 2 6 Side View Unit mm 147 75...
Страница 19: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 8 2 3 3 Top View...
Страница 20: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 9 2 3 4 Bottom View 2 3 5 Quarter View...
Страница 21: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 10 2 3 6 Side View 147 75...
Страница 32: ...Chapter 3 Hardware Configuration PA 3211 SERIES USER MANUAL Page 3 8 Jumper diagrams Jumper settings...
Страница 144: ...Chapter 4 Software Utilities PA 3211 SERIES USER MANUAL Page 4 75 Step 3 Click Next to start the installation...
Страница 155: ...Chapter 4 Software Utilities PA 3211 SERIES USER MANUAL Page 4 86...