On Wed, 19 Sep 2001, Crossfire wrote:

> Matthieu Chauzit was once rumoured to have said:
> > >> I am currently trying to see how I can implement a C program that would
> > >> send a SMS throught a classic modem (without internet connection). Does
> > >> anybody have some simple source code or information that would help me to

> SMS transmission is not simple unless you're using something like TAP
> or the ASCII dialup interface that the script that was provided.

That seems to be what Matthieu wanted.

> I'm currently working on a C implementation to handle ETS 300 916 (GSM
> 07.07 v5.9.1 - AT command set for GSM Mobile Equipment) and TS 100

One example of a program to send an SMS by AT commands is at:
http://juraj.bednar.sk/work/software/smstools/myputsms/

Matthieu, come to think of it, you may find that code useful, as it does
all the same kind of things you need - open a serial port, send commands,
wait for response (ie like 'chat').

> 585 (GSM 07.05 v7.0.1 - Equipment Interface for SMS and CBS) in my
> spare time, so I can get linux to interact with my Ericsson phone.

There is a lot of software on palm-pilots for that kind of thing, which
you might find helpful.

> From what I've seen of GSM 03.39, it is outside the operational domain

What kind of protocol 'GSM 03.39' ? (not AT commands?)

> for most users, consquentially there is unlikely to be a free
> implementation of it yet.  [However, if there is free implementations
> of this stuff, can somebody *please* point me at them :)]

Have you seen 'gsmlib'?   http://www.pxh.de/fs/gsmlib/

        GSMLIB is a library to access GSM mobile phones through GSM modems.

cheers,

-- 
Mike Holland  <[EMAIL PROTECTED]>
                        --==--
"Everybody is talking about the weather but nobody does anything
about it."      -- Mark Twain




-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to