in reply to Net:SSH::Expect and microcom?

Hello,

You need to tell it newline or return.

$ssh->send("AT+CSQ\n"); or
$ssh->send("AT+CSQ\r");
Also, you can log what's going on
string log_file
Used as argument to the internal Expect->log_file() method.
The default is no logfile.

Good luck, Rob