Dear Radek,

can you pass something like

AT%EM=2,2  Serving Cell GPRS Information
AT%EM=2,3  Neighbour Cell Information

to minicom and get back the answer, so I could do somthing like this from my
python prorgram:

--------------------------------------
import subprocess
neighbour_info_call = "AT%EM=2,2"
neighbour_info = subprocess.check_output(neigbourg_info_call, shell=True)
print neighbour_info
--------------------------------------








_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to