__header__

Description

Sends a serial string on a channel
The channel can be a socket or a serial comms port

Inputs

SocketClient

CommsView

Parameters

String

As Unicode

the string is unicode. If no set converts to ascii.

ParseString

interpret ans special characters eg [CR].

ForceNewConnection

If set always opens and closes the connection.
Not on failure the connection is closed and reopened and the send is retried __footer__