Denso BHT-202Q Bedienungsanleitung Seite 375

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 407
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 374
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;
366
Seitenansicht 374
1 2 ... 370 371 372 373 374 375 376 377 378 379 380 ... 406 407

Kommentare zu diesen Handbüchern

Keine Kommentare