Chapter 4 Software Utilities
PA-3211 SERIES USER MANUAL
Page: 4-53
4.2.3.2
VFD API
OpenVFD
Public Boolean OpenVFD(intBuadRate)
Purpose
Open the VFD Port.
Value
Set VFD Baud Rate; MB-4103 default baud rate is 9600;
Return
True (1) on success, False (0) on failure
CloseVFD
Public Boolean CloseVFD();
Purpose
Close the VFD Port.
Return
True (1) on success, False (0) on failure False (0)
SendCommand
Public Boolean SendCommand(
byte[] data
);
Purpose
Send Command to VFD.
Value
VFD Command Code. ESC/POS Command.
Return
True (1) on success, False (0) on failure False (0)
Example
VFD – Clear VFD Command (EPSON Command)
//Initialize a VFD class instance
VFD
VFD_Control
=
new
VFD();
VFD_Control.
OpenVFD(9600);
byte
[] data =
newbyte
[1];
data[0] = 0x0C;
VFD_Control
.SendCommand(data);
VFD_Control.
CloseVFD();
Содержание 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...