Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP0022

537 bytes added, 10:22, 6 July 2011
no edit summary
echo 0 &gt; /sys/class/gpio/gpio141/value # Sets to '1' the modem On_Off pin</pre>
=== Making a phone callPIN insertion<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 commands at the manufacturer [http://telit.com/module/infopool/download.php?id=522 software user guide]. (Note: using 'backspace' to correct may cause error in a serial command) Here there is an example of a simple phone callare the instructions to insert your PIN&nbsp;number:<br>
<pre>at
at+cpin=&lt;PIN&gt;</pre>=== Making a phone call<br> === If previously inserted the PIN, use the instruction:<pre>atd &lt;numbernumber_to_call&gt;
</pre>
=== Sending a SMS<br> === There are so many ways in this modem to send a message. Here you have a simple example. If previously inserted the PIN, use the instruction:<pre>at+cmgs="&lt;work in progressdestination_number&gt;"&gt; &lt;insert_here_your_text_message&gt;</pre>When you are ready to send your message use Ctrl+Z to send it. If you want to cancel or restart the message press ESC.<br>
= Using TVP5151 Video Decoder =
0
edits