Difference between revisions of "GSM/GPRS"
From ArmadeusWiki
(→Introduction) |
(→Usage) |
||
Line 8: | Line 8: | ||
==Usage== | ==Usage== | ||
+ | ===Configure serial port=== | ||
+ | <pre class="apf"> | ||
+ | # stty -F /dev/ttySMX4 raw -echo -echoe -echok | ||
+ | </pre> | ||
+ | |||
+ | ===AT commands=== | ||
+ | * Sending AT commands with ''cu'' utility (be sure to [[cu/uucp|have installed it before]]): | ||
+ | <pre class="apf"> | ||
+ | # cu -l /dev/ttySMX4 | ||
+ | </pre> | ||
==Tools to look at== | ==Tools to look at== |
Revision as of 16:34, 30 December 2009
Page under construction... Informations on this page are not guaranteed !!
This page will summarize informations to use the GSM/GPRS module of the APF27Wireless board.
Contents
Introduction
GSM/GPRS are generally driven through the RS232 bus. AT commands are used to dialog with the module. GSM MODEM of the APF27Wireless extension board (APW) is connected to the UART5 (/dev/ttySMX4) of the APF27 module.
Usage
Configure serial port
# stty -F /dev/ttySMX4 raw -echo -echoe -echok
AT commands
- Sending AT commands with cu utility (be sure to have installed it before):
# cu -l /dev/ttySMX4
Tools to look at
- http://www.gnokii.org/
- http://www.alamin.org/en/index.html
- http://www.gammu.org/wiki/index.php?title=Gammu:Main_Page
- http://gatling.ikk.sztaki.hu/~kissg/gsm/index.html