
- 351 -
Baud
Sets the communication rate.
■ Syntax
[VB]
Public Property Baud As EN_BAUD
[C#]
public EN_BAUD Baud {get; set}
■ 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
: EN_BAUD.RATE115200
■ 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;
Komentarze do niniejszej Instrukcji