Script Cmd: CONNECT
CONNECT {backend_connection_type | close} [connection-specific-arguments]...
This command allows a script to configure/reconfigure the backend connection.
Valid backend connection types are: comport, telnet and plink
comport connection-specific-arguments:
{port #} {baud} [bytesize (def=8)] [parity (def=NONE)] [stopbits (def=1)] [flowctrl (def=NONE)]
Note that a comport number of "NONE" is valid and taken to mean that the user wishes to disconnect uCon from any backend. In this case, the specified baudrate is just ignored (but must be present).
Examples:
telnet connection-specific-arguments:
plink connection-specific-arguments:
close
No arguments, just close whatever connection was previously opened.