How to access the modem in QtMoko
robin
spielraum at web.de
Sat Dec 1 16:43:15 CET 2012
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
--------------------------------------
More information about the community
mailing list