From: Dobrica Pavlinusic Date: Fri, 27 Jan 2012 15:11:13 +0000 (+0100) Subject: few more commands X-Git-Url: http://git.rot13.org/?p=huawei.git;a=commitdiff_plain;h=3260526d04fdbd7de8c7f47735cd2ec98dcb350f;ds=sidebyside few more commands --- diff --git a/qcom-chat.pl b/qcom-chat.pl index a901ce3..7157a30 100755 --- a/qcom-chat.pl +++ b/qcom-chat.pl @@ -72,8 +72,14 @@ c 'AT+CNUM' => 'MSISDN'; c 'AT+CLCK=?' => 'facility lock'; +c 'AT^HWVER' => 'hardware version'; + c 'AT^CVOICE?' => 'is voice enabled?'; +c 'AT^DDSETEX=?' => 'voice output'; + +c 'AT^SYSINFO' => 'sys info'; + $port->close || die "can't close port $!";