Protech Systems PA-6822 User Manual page 88

Table of Contents

Advertisement

SendCommand
Send Command to SerialPort.
Purpose
Byte array data.
Value
True (1) on success, False (0) on failure False (0)
Return
SerialPort– Send Command to SerialPort
Example
//Initialize a VFD class instance
SP SerialPortcontrol =
SerialPortcontrol.OpenSerialPort(19200);
byte[] data =
data[0] = 0x0C;
SerialPortcontrol.SendCommand(data);
PA-6822 SERIES USER MANUAL
Public Boolean SendCommand
new
new
byte[1];
(byte[] data
SP();
Chapter 3 Software
);
Page 87

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents