DHWCtrl.Ser2Ctrl

Enable/Disable and setup the reader's 2nd RS-232/UART interface.

Properties

Parameters (request frame)

Name Type/Size Description
InterfaceID Integer (8 bits) -
Enable Boolean (8 bits) -
NewBaudrate Enumeration (16 bits)

The Baudrate specifies the performance of an RS-232/UART based interface in bits per second.

For the old-style 8bit format, which omits the least significant digit, this format is not supported any more. Configurations using this format cannot be opened.
Values:
  • Baud300 (0x0003)
    300 Baud
  • Baud600 (0x0006)
    600 Baud
  • Baud1200 (0x000C)
    1200 Baud
  • Baud2400 (0x0018)
    2400 Baud
  • Baud4800 (0x0030)
    4800 Baud
  • Baud9600 (0x0060)
    9600 Baud
  • Baud14400 (0x0090)
    14400 Baud
  • Baud19200 (0x00C0)
    19200 Baud
  • Baud28800 (0x0120)
    28800 Baud
  • Baud38400 (0x0180)
    38400 Baud
  • Baud57600 (0x0240)
    57600 Baud
  • Baud115200 (0x0480)
    115200 Baud
  • Baud500000 (0x1388)
    500 kBaud
  • Baud576000 (0x1680)
    576 kBaud
  • Baud921600 (0x2400)
    921 kBaud
NewParity Enumeration (8 bits) Specifies the Parity-bit mode which is used for RS-232/UART protocols.
Values:
  • None (0x4E)
    No Parity is used
  • Even (0x45)
    Parity is used. The Parity bit is set if number of set bits is even.
  • Odd (0x4F)
    Parity is used. The Parity bit is set if number of set bits is odd.
Stopbits Integer (8 bits) Number of stop bits.

Returned values (response frame)

None