The SERIAL_WRITE Command
The SERIAL_WRITE
command will write any following text to the serial console. This is useful for adding meaningful output to a payload.
The ACTIVATE command was introduced with firmware 1.2.0 on the Shark Jack Cable.
Example
Add output to a payload with the following:
Using Variables
The SERIAL_WRITE
command will parse any variables, much like the echo
command.
Last updated