
- 338 -
Params
Sets the following communication parameters in alphabetic characters:
Baud rate, parity bit, data size, and stop bit
■ Syntax
[VB]
Public Property Params As String
[C#]
public string Params {get; set}
■ 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
: "9600,N,8,1" (Connector interface)
"9600,N,8,1" (IrDA)
Kommentare zu diesen Handbüchern