Apologies if this is covered somewhere, but I haven't found the answer yet, and am in a bit of a rush. In Mass Config Push, I am creating a new Preset, and within the Commands I need to send a CTRL+Z to the device so as to Apply the previous Commands that were sent. How can I do this in Unimus?
Thanks in advance.
[Implemented] Mass Config Push - Sending keystrokes as part of Commands
Hi,
This is actually a bit more complex. In terminal emulation, CTRL+Z is the "[Substitute]" ASCII character - ASCII hexa 0x1A. Currently in Unimus, there is no way to send non-alphanumeric characters (like the control character you need).
I definitely think we should support this in Config Push, and it's not that hard to add support. I have created an internal ticket, and we will add this for Unimus 2.0.3.
If you need this ASAP, please create a ticket on our Portal, and we can share a dev build that will have this implemented.
This is actually a bit more complex. In terminal emulation, CTRL+Z is the "[Substitute]" ASCII character - ASCII hexa 0x1A. Currently in Unimus, there is no way to send non-alphanumeric characters (like the control character you need).
I definitely think we should support this in Config Push, and it's not that hard to add support. I have created an internal ticket, and we will add this for Unimus 2.0.3.
If you need this ASAP, please create a ticket on our Portal, and we can share a dev build that will have this implemented.
Update - we have now added the possiblity to send control sequences in Config Push:
https://wiki.unimus.net/display/UNPUB/M ... andparsing
https://wiki.unimus.net/display/UNPUB/M ... ngexamples
This will be available starting with 2.0.3.
Happy to hear any feedback on how this is implemented.
https://wiki.unimus.net/display/UNPUB/M ... andparsing
https://wiki.unimus.net/display/UNPUB/M ... ngexamples
This will be available starting with 2.0.3.
Happy to hear any feedback on how this is implemented.