From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SMS by phone

Hi!

I need to write program in LabView with one is able to make mobile phone to
send SMS with specified contents.
It is my school project. Maybe someone have example. I do not know what
schould I send to mobil phone (to COM port) to give him any order, so I need
specification of transfer protocol of one of mobile phones (any if not too
expensive), maybe someone knows how to find it (link or maybe pdf).

I will be very grateful
Duzy
0 Kudos
Message 1 of 3
(5,722 Views)
Hi Piotr.

I think the best way is starting with a example about your question.
Please, follow this link:
http://lvug.emant.com/135551.page
They have an example for nokia phones.

Hope it helps you
Alipio
---------------------------------------------------------
"Qod natura non dat, Salmantica non praestat"
---------------------------------------------------------
0 Kudos
Message 2 of 3
(5,722 Views)
Piotr Kowalczyk wrote:
> Hi!
>
> I need to write program in LabView with one is able to make mobile phone to
> send SMS with specified contents.
> It is my school project. Maybe someone have example. I do not know what
> schould I send to mobil phone (to COM port) to give him any order, so I need
> specification of transfer protocol of one of mobile phones (any if not too
> expensive), maybe someone knows how to find it (link or maybe pdf).

Basically most modern GSM phones with modem interface do implement the
ETSI standard with some additional proprietary commands for special
features.
The standard describing this is contained in

ETSI GSM 07.05 : Digital cellular telecommunications system (Phase 2) ;
Use of DTE-DCE interface for Short Message Service (SMS
) and Cell
Broadcast Service (CBS)

and

ETSI GSM 07.07 Digital cellular telecommunications system (phase 2) ; AT
command set for GSM Mobile Equipment (ME)

It is a good idea to actually get the correct Modem Command
documentation for the GSM phone or engine you are using.

Besides all the standard mobile phones with built in modem interface
such as from Siemens or Nokia you also have specific GSM engine modules
which provide all the necessary hardware to operate as modem but do miss
the telephone capability. Those might be interesting for industrial
applications as they tend not to "walk away" easily from a site.
Possible engines might be the Wavecom or Maestro 20 modem which use both
the same internal GSM engine and should be available for around $ 200.
Siemens also sells such a modem with their own engine, mostly (but not
entirely) compatible.

Rolf Kalbermatter
Rolf Kalbermatter
My Blog
Message 3 of 3
(5,722 Views)