I understand that, the issue is with the Rad RICi-T3 I am attempting to telnet into.
Before you can even log into the device, you need to send a char because it loads a blank screen initially. I have attempted to use "", " ", "\033" all to no avail. Once the char is sent, then you get the username and password prompts.
My issue is that with Net::Telnet, I am not able to send the char before attempting to authenticate through the device.
Once you log into the device, the prompt is '>'.
I have used the waitfor and print calls but to no avail.