Denso BHT-200QW Dokumentacja Strona 353

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 377
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 352
- 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;
Przeglądanie stron 352
1 2 ... 348 349 350 351 352 353 354 355 356 357 358 ... 376 377

Komentarze do niniejszej Instrukcji

Brak uwag