Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This method opens a serial (RS-232) port and sends any received data to it.

Screenshotmacro
Borderfalse
URL/download/attachments/12588759/output_serial_port.png

FieldDescription
Port nameThe name of the serial port device, e.g. COM 1, COM 2
Baud rate
The serial port's speed

Parity

The parity check regime

  • none - no parity checking is performed
  • odd  - odd bits parity checking is performed
  • even - even bits parity checking is performed
Data bitsThe number of data bits, between 5 and 8

Handshake

The type of handshake the serial port requires:

  • none - no handshake required
  • rts - Request to Send
  • xonxoff - X-On/X-Off
  • rtsxonxoff - either RTS or X-On/X-Off is used
Buffer sizeThe size of the serial port's data buffer
Buffer thresholdThe size that the buffer must first reach before being empty
Stop bitsThe number of stop bits used

 

Client socket

 

 

Creates a momentary TCP client socket connection to a remote TCP server.

Screenshotmacro
Borderfalse
URL/download/attachments/12588759/output_client_socket.png

FieldDescription
HostThe IP address or hostname of the remote TCP server
PortThe TCP port number to which the remote TCP server is bound

Connection

Determines the behaviour of the connection:

  • close - creates and closes the connection every time data is sent
  • keepalive - creates a connection at startup, then sends any data over the existing (up) connection, each time some is received
HTML
<a id="Deleting an output"></a>

...