Denso BHT-400-CE Reference Manual page 320

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

Baud
Sets the communication rate.
Syntax
[VB]
Public Property
[C#]
public EN_BAUD
Property
Communication rate.
Parameter values: As listed in EN_BAUD
BPS300, BPS600, BPS1200, BPS2400, BPS4800, BPS9600, BPS19200,
BPS38400, BPS57600, BPS115200 (connector interface communication)
BPS9600, BPS19200, BPS38400, BPS57600,
BPS115200 (IrDA communication)
Default value:
Exceptions
None
Note
The value specified for this property will be valid the next time a send or receive operation is
performed.
If an invalid value is specified for this property, no exceptions will be thrown immediately;
however, an exception will be thrown later when an attempt is made to send or receive
data.
[Ex.] Set the transfer baud rate to 115200 bps.
[VB] MyFileTransfer.Baud = FileTransfer.EN_BAUD.115200
[C#] MyFileTransfer.Baud = FileTransfer.EN_BAUD.115200;
Baud
As EN_BAUD
Baud
{get; set}
EN_BAUD.RATE115200
- 314 -

Advertisement

Table of Contents
loading

Table of Contents