expression.SerialDeviceSettings As String
where expression is a variable that represents a Terminal Object
expression.SerialDeviceSettings As String
SerialDeviceSettings = "Baud 14400 Parity 8/NONE ReceivePacing XON/XOFF TransmitPacing XON/XOFF StopBits 1"
The easiest way to build this string is to record a macro while you select your settings in the Configure Serial Device Port dialog box. For more information, see the Reflection Help.
The default value is "Baud 9600 Parity 8/None ReceivePacing Xon/Xoff TransmitPacing Xon/Xoff StopBits 1". The values used in this string are not case sensitive.