LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sms by the nokia

Hi

I would like to send sms via nokia 5510 or 3310 using labview ( v6.1 if it
is possible ), and I would be greatfull for a link to some examples. It can
be another model of nokia ( 3410, 6310i, 6100 or 7650)

Thanks
0 Kudos
Message 1 of 3
(2,980 Views)
Hi

I am not sure if it helps, but most of the new mobile phones have a standard RS232 serial port.
It means that you can talke to your phone and send a command to send SMS using VISA serial vis.

good luck
Pawel
0 Kudos
Message 2 of 3
(2,980 Views)
Hello, This posts reminded me of some project I did in the past for our microscope where I send out notifications to users after it has finished scanning on my custom made LabVIEW program. First, you have to select a phone which has "data cable" (a COMx port connectivity)earliest is a 5110 followed by 6110, 6150) the rest uses an IrDA and a modem driver. Each of these phones has AT-Commands set (you can download from ETSI) depending again on the series. Ordinarily you have to send out a "AT+ Command" using VISA or earlier Serial Port VIs or Library and arrange the bytes so that they follow the exact AT commands.This is a tip you could begin with.
Bernardino Jerez Buenaobra
Senior Test and Systems Development Engineer
Test and Systems Development Group
Integrated Microelectronics Inc.- Philippines
Telephone:+632772-4941-43
Fax/Data: +632772-4944
URL: http://www.imiphil.com/our_location.html
email: Bernardino.Buenaobra@ph.global-imi.com
0 Kudos
Message 3 of 3
(2,980 Views)