Denso BHT-200QW Spezifikationen Seite 353

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 377
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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;
Seitenansicht 352
1 2 ... 348 349 350 351 352 353 354 355 356 357 358 ... 376 377

Kommentare zu diesen Handbüchern

Keine Kommentare