I have an Avaya-Switch which needs a 'press return to start' after login. The EMC scripting
engine seems to wait for the prompt after successfull login. But it needs to send a 'return'
to get the prompt. So I always get a script timeout.
I tried:
CLI ""or
CLI "\n"Is there any way to disable prompt detection, send CRLF and reenable prompt detection?