[GAP] ATplus-commands in Ada
blieb at auto.tuwien.ac.at
blieb at auto.tuwien.ac.at
Fri Jan 5 17:54:51 CET 2007
Quoting Thomas Quinot <quinot at adacore.com>:
> * B Stadlmann, 2007-01-05 :
>
>> I am looking for an ada-package handling the AT+ commands for an
>> GSM-modem (sending and receiving SMS etc.). Does anybody know where I
>> could find it?
>
> We do not know of any specific library for this purpose. However these
> commands are plain text strings that you need to send to the GSM modem,
> generally over a serial link, so all you really need is a library that
> will allow you to access whatever serial interface you use to connect
> your GSM modem to your host. Various such libraries are available,
> dependendant on the platform you are using.
>
We are using florist (the Ada-POSIX binding) for that purpose, i.e.,
accessing a serial interface.
Best regards
Johann Blieberger
+------------------------------------------------------------------------------+
| Johann Blieberger | Institute of Computer-Aided
Automation |
| phone: ++43 1 58801-18313 | Technical University
Vienna |
| fax: ++43 1 58801-18391 | Treitlstr. 1-3
|
| email: blieb(at)auto.tuwien.ac.at | A-1040 Vienna
|
| WWW: www.auto.tuwien.ac.at/~blieb |
|
+------------------------------------------------------------------------------+
More information about the GAP
mailing list