
The STPSEQ command can be used to define a new Stop Sequence. A Stop Sequence is a consecution of characters that is used to cancel various operations such as streaming mode. If the module finds the Stop Sequence in the data stream, the current operation is cancelled. If STPSEQ is never invoked, the module reacts to the default Stop Sequence "+++" (without quotation marks). The Stop Sequence's maximum length is 15. Longer strings are truncated.
The new stop sequence.
ERR_OK (0) Always.
STPSEQ 1234
Sets a new stop sequence. "1234" in this case
You can enter binary values into the stopsequence by using the \abc notation, where "abc" is a three-digit decimal value from 000 to 255.
This command simply prints out the current Stop Sequence.
STPSEQ?
Will produce the following output on a module with factory settings:
+++