RSTC
- Cold RESET (close all)

RSTW
- Warm RESET (close all)

ECHN
- Echo ON

ECHF
- Echo OFF

CONN c p f b
- Channel Connect
c - Index of Channel = {1..4}
p - (hex) ProtocolID
f - (hex) Flags
b - Baudrate

IOCL c k d [...]
- Set Ioctl parameters
c - Index of Channel - Look CONN
k - (hex) IoctlID (supported SET_CONFIG and ADD_TO_FUNCT_MSG_LOOKUP_TABLE)
d - (hex) data (depends on IoctlID)

FLTR c p f t d [...]
- Start Messages Filter
c - Index of Channel - Look CONN
p - (hex) ProtocolID
f - (hex) Flags
t - (hex) FilterType
d - (hex) data

PRDC c t p f d [...]
- Start Periodic Message
c - Index of Channel - Look CONN
t - TimeInterval  (max = 65535)
p - (hex) ProtocolID
f - (hex) Flags
d - (hex) data

RXMG c i p f d [...]
- Request Message definition
c - Index of Channel - Look CONN
i - ID
p - (hex) ProtocolID
f - (hex) Flags
d - (hex) data

TXMG c t p f d [...]
- if in RXMG Answer Sequence	= Answer Message definition
- if in command's flow		= Transmit message on the bus
c - Index of Channel - Look CONN
t - Delay to start (at the Request Message or at the end of previous Answer Message in the Asnswers list)
t - time to try send on the bus
p - (hex) ProtocolID
f - (hex) Flags
d - (hex) data

TRST c t n
- End of definition of Answers Sequence with Repeat period definition
c - Index of Channel - Look CONN
t - Repeat Sequence Period, ms
n - Number of Periods to repeat (=65535 - unlimited repeating)

TRSP [c i]
- without parameters	= End of definition of Answers Sequence
- with parameters	= Stop Repeating Answers Sequence
c - Index of Channel - Look CONN
i - ID of RXMG with Answers Sequence definition

PRNT c
- Print Requests-Answers Tree
c - Index of Channel - Look CONN

DLAY t
- Delay, ms
t - TimeInterval (max = 65535)

MNTR m
- Monitor incoming messages
m - (hex) mask of Channels

