...
This method opens a serial (RS-232) port and sends any received data to it.
Screenshotmacro | ||||
---|---|---|---|---|
|
Field | Description |
---|---|
Port name | The name of the serial port device, e.g. COM 1, COM 2 |
Baud rate | The serial port's speed |
Parity | The parity check regime
|
Data bits | The number of data bits, between 5 and 8 |
Handshake | The type of handshake the serial port requires:
|
Buffer size | The size of the serial port's data buffer |
Buffer threshold | The size that the buffer must first reach before being empty |
Stop bits | The number of stop bits used |
Client socket
Creates a momentary TCP client socket connection to a remote TCP server.
Screenshotmacro | ||||
---|---|---|---|---|
|
Field | Description |
---|---|
Host | The IP address or hostname of the remote TCP server |
Port | The TCP port number to which the remote TCP server is bound |
Connection | Determines the behaviour of the connection:
|
HTML |
---|
<a id="Deleting an output"></a> |
...