Mickeyterm

From Openmoko

(Difference between revisions)
Jump to: navigation, search
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=A MUX-aware readline-based terminal emulator=
+
'''Mickeyterm''' is a MUX-aware readline-based terminal emulator. With mickeyterm you can interact with the modem while the frameworkd is talking to the modem as well. This is very handy for low-level diagnosis.
 
+
With mickeyterm you can interact with the modem while the frameworkd is talking to the modem as well. This is very handy for low-level diagnosis.
+
  
 
==Where to get==
 
==Where to get==
Line 8: Line 6:
  
 
==How to use==
 
==How to use==
 +
 +
This is an example on issueing commands, for instance, the AT+CGMR one which will report the firmware version.
  
 
<pre>
 
<pre>
Line 29: Line 29:
 
</pre>
 
</pre>
  
[[Category:Framework]]
+
See [[Hardware:AT_Commands]] for the full list of available modem control commands.
 +
 
 +
=== How to exit ===
 +
Use '''Ctrl-D''' at the beginning of a line to exit from mickeyterm.
 +
 
 +
[[Category:FSO]]

Latest revision as of 12:11, 26 February 2010

Mickeyterm is a MUX-aware readline-based terminal emulator. With mickeyterm you can interact with the modem while the frameworkd is talking to the modem as well. This is very handy for low-level diagnosis.

[edit] Where to get

git.freesmartphone.org => python-helpers => mickeyterm

[edit] How to use

This is an example on issueing commands, for instance, the AT+CGMR one which will report the firmware version.

root@om-gta01:~# mickeyterm
<----------- Mickey's Term V2.9.1 @ /dev/pts/5 ----------->
at
AT-Command Interpreter ready
at+cgmr
at+cgmr
+CGMR: "HW: GTA, GSM: gsm_ac_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0-Moko9-beta1"

OK
at+cfun=1
at+cfun=1
OK
at+cpin?
at+cpin?
+CPIN: READY

OK

See Hardware:AT_Commands for the full list of available modem control commands.

[edit] How to exit

Use Ctrl-D at the beginning of a line to exit from mickeyterm.

Personal tools

A MUX-aware readline-based terminal emulator

With mickeyterm you can interact with the modem while the frameworkd is talking to the modem as well. This is very handy for low-level diagnosis.

Where to get

git.freesmartphone.org => python-helpers => mickeyterm

How to use

root@om-gta01:~# mickeyterm
<----------- Mickey's Term V2.9.1 @ /dev/pts/5 ----------->
at
AT-Command Interpreter ready
at+cgmr
at+cgmr
+CGMR: "HW: GTA, GSM: gsm_ac_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0-Moko9-beta1"

OK
at+cfun=1
at+cfun=1
OK
at+cpin?
at+cpin?
+CPIN: READY

OK