__header__

Description

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

Note there is also a socket send
The socket send can additionally reset the socket on failure.

Inputs

SerialComms

The channel

CommsView

If you want to see the communication then set this input.

Parameters

SendString

String to send.

Interpret[]

interpret ans special characters eg [CR].
use the dec values or # for hex
eg [91] = [#5b] = [ __footer__