GSM/GPRS: Difference between revisions

From ArmadeusWiki
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... Construction.png Informations on this page are not guaranteed !!

This page will summarize informations to use the GSM/GPRS module of the APF27Wireless board.

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

# cu -l /dev/ttySMX4

Tools to look at

Links