$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] communicate with GSM MODEM
From: Evaggelos Tsampazis (evagtsam_at_[hidden])
Date: 2012-05-15 04:30:48
Hi Everyone!
I would like to ask if someone knows how to use in detail the
serial_port() mechanism. I want to create an API application where I
will send SMS messages from the pc instead of the mobile phone/gsm
modem. Of course, the mobile phone will be connected to the PC from a
com or tty serial port.
Despite that, I would also like to receieve the inbox from the mobile
device.
By other words, I need a way to send AT commands to my gsm device and
then after receieve the answer. How can that be made easy?
Thanks
Evaggelos