Denso BHT-400-CE Reference Manual page 307

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Params
Sets the following communication parameters in alphabetic characters:
Baud rate, parity bit, data size, and stop bit
Syntax
[VB]
Public Property
[C#]
public string
Params
Property
Character string representing the communication parameters
Syntax : "BBBB,P,D,S"
BBBB : BaudRate(bps)
"115200","57600","38400","19200","9600","4800","2400","1200","600"
(Connector interface)
"115200","57600","38400","19200","9600"
(IrDA)
P : Parity
"N": no parity bit
D : Data size (bits)
"8" or "7"
S : Stop bit (bit)
"1" or "2"
Default value:
Params
As String
{get; set}
"9600,N,8,1" (Connector interface)
"9600,N,8,1" (IrDA)
- 301 -

Advertisement

Table of Contents
loading

Table of Contents