Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP0022

47 bytes removed, 00:25, 6 July 2011
m
Using Telit Modem
= Using Telit Modem =
The IGEP0022 expansion board provides a Telit [http://telit.com/en/products/gsm-gprs.php?p_ac=show&p=47 GE865]&lt;span style="text-decoration: underline;" /&gt; GSM/GPRS&nbsp;modem which is connected to the OMAP via some GPIO pins and UART 2.<br>
Here you have the official manuals from the manufacturer's webpage:<br>
Once the modem is on, you can interact with it via UART 2. You can use Microcom to comunicate with it from the serial debug console:
<pre>microcom -s 115200 /dev/ttyS1 # GE865 has auto baud rate detection, so you can use a different speed
</pre>You can check the list of all operations at the manufacturer [http://telit.com/module/infopool/download.php?id=522 software user guide]. Here there is an example of a simple phone call<br>
<pre>at
at+cpin=&lt;PIN&gt;
atd &lt;number&gt;
</pre>
&lt;work in progress&gt;<br>
0
edits