Difference between revisions of "GSM/GPRS/zh"
From FriendlyELEC WiKi
(Created page with "English") |
(updated by API) |
||
Line 1: | Line 1: | ||
[[GSM/GPRS|English]] | [[GSM/GPRS|English]] | ||
+ | |||
+ | ==H3== | ||
+ | {{Linux-SIM800C/zh}} |
Latest revision as of 06:05, 21 January 2019
H3
测试SIM800C前请先插入可以使用的SIM卡,并装配GSM/GPRS天线。
NanoPi-Duo2的FriendlyCore系统里默认集成了一个用于测试SIM800C的Python demo程序,其使用方法如下:
$ cd /root/Python/GSM-GPRS/sim800-test $ apt-get install python-pip $ pip install --upgrade pip $ pip install pyserial $ ./sim800c-test.py -h # 查看帮助信息 ./sim800c-test.py -p <phone_number> -o <operator, cmcc> -w <website> $ ./sim800c-test.py -p 136xxxxxxxx -o cmcc -w www.baidu.com # 访问百度
参数与 作用 -p 指定sim卡的电话号码,请填写真实的电话号码 -o 指定运营商,cmcc是China Mobile Communication Corporation的缩写 -w 指定要访问的网站的网址