IS there any Interface for 3G dongles to read/write SMSs?

Under development: PCMCIA, wireless, etc.
Post Reply
Message
Author
User avatar
Krishnamurti Naskar
Posts: 82
Joined: Fri 20 Apr 2012, 10:16
Location: Calcutta

IS there any Interface for 3G dongles to read/write SMSs?

#1 Post by Krishnamurti Naskar »

-----------------------

I use 3 different 3G dongles on Saluki with ease.
But i wonder if there is any interface for managing SMS messages from my
modems,so that R/W of messages get even easier .
I use XFCE. :roll:
-----------------------

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#2 Post by Karl Godt »

Code: Select all

modem-stats -c 'AT+CLAC' /dev/ttyUSB0
should give you list of the supported commands of the modems .
Every modem has its own AT commands fork .
Some commands are "common" .
You need to google the syntax like

http://www.net139.com/UploadFile/menu/H ... n_V2.3.pdf

4.16
Read a message +CMGR

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#3 Post by technosaurus »

I think there is/was a gtk frontend called gnokii? (something like that) last time I used it was a while ago with gtk1, but it may still be active and ported to gtk2
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

Peterm321
Posts: 411
Joined: Thu 29 Jan 2009, 14:09
Location: UK

#4 Post by Peterm321 »

Information on Gnokii can be read here:

http://en.wikipedia.org/wiki/Gnokii

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#5 Post by amigo »

the gui is xgnokii -included with the gnokii sources. I looked around and found that xgnokii was only ported to gtk2 for version 0.6.9.
A gnokii-0.6.8.src.rpm can be found here:
http://rpm.pbone.net/index.php3/stat/26 ... dk.src.rpm

rpm.pbone is a great resource for old or new sources!

Post Reply