Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Command parsing examples

Push commands:

Code Block
languagetext
write memory
y

Device output (keys sent by Unimus in green):

Code Blockpanel
device> write memory This may take some time, continue?

device# write memory<enter>
This may take some time, continue? [y/n]

y

y<enter>
..........

device>


device#

 

For the "y" confirmation, it will be send as "y" and then Enter. You can only send the "y" without enter like this:

device>
Code Block
languagetext
commit
\[0x1A]
y\[no-enter]

Device output (keys sent by Unimus in green):

Panel

device# commit<enter>
Press CTRL + Z to continue, or Q to quit... <CTRL+Z>
Are you sure you want to contiue? [y/n] y
..... done
device#

 

Debugging failed pushes - "INTERACTION_ERROR" group