02-05-2007 01:59 PM
@Dennis Knutson wrote:
Apple,
Your questions are getting more confusing. When I refered you to this post, I didn't notice that you had already posted to it quite a while ago. Are you attempting to call a cellular phone from your pc or are you attempting to control your Nokia phone from the pc. Those are two different tasks. If you want the ability to call any phone, then add a GSM modem to the pc. The Nokia phone driver has nothing to do with that sort of task.
Message Edited by Dennis Knutson on 02-05-2007 07:07 AM
Dennis, I agree that Apple's postings are a bit inconsistent and generally spring onto any topic that has to do in some ways with cellular phones.
However, functionality wise I think there is not a big difference between controlling a specific GSM modem or a GSM mobile phone. My old Siemens mobile phone had an RS-232 interface with a somewhat similar AT command set to the Wavecom commands. But Siemens being Siemens had a few other ideas about implementing some more advanced commands for SMS retrieval, reading, storing than Wavecom eventhough there also existed an ETSI variant for those commands.
The difficulty with Nokia at least in the past was that they had their own proprietary communication interface with special drivers that had to be installed and officially you could not interface those drivers, but some open source projects existed that accessed those drivers anyhow so you could relatively easily reverse engineer that to be used in LabVIEW (which I never did).
I'm not sure how that is nowadays both with Nokia in general and with modern phones having USB or bluetooth interfaces instead of RS-232 or proprietary 2 channel serial links. Could try my Motorola but then I would first have to get a bluetooth interface for my compi.
Rolf Kalbermatter
02-06-2007 06:44 AM
03-15-2007 04:56 AM
Hi,
I followed your discussions about the SMS sending via GSM modem, and wandring if you can help me a litle. I will appriciate any kind of help. My question is:
How can I use GS64 modem (connected to a PC via RS232) to send and receive an SMS (the SMS will contains some configurations as an ASCII codes), and have the opportunity to send and receive info. to and from the GPRS via IP address (both dynamic and fixed IP address).
With my regards
Dlawer Marouf
03-15-2007 12:37 PM
@dlawer wrote:
Hi,
I followed your discussions about the SMS sending via GSM modem, and wandring if you can help me a litle. I will appriciate any kind of help. My question is:
How can I use GS64 modem (connected to a PC via RS232) to send and receive an SMS (the SMS will contains some configurations as an ASCII codes), and have the opportunity to send and receive info. to and from the GPRS via IP address (both dynamic and fixed IP address).
05-27-2007 10:27 PM
05-28-2007 01:33 AM
Hai,
I have developed an application similar to this. I have used the Gxxx combo module for sea. it plugs into compact rio and provides all the functionalities of the GSM and GPRS. Functionalities like SMS , Data transfer can be done through this. It also provides vi's to query message status and arrival of messages.
Visit www.teltonika.it for GSM modems to connect to PC via com port. AT commands can be used to send and recive the sms through this GSM modem.
With regards
JK
07-29-2008 11:57 AM
Hi all...
This is my first time using LabView and I need you all help for how to building an application to send SMS using LabView and a Wavecom Fastrack Modem (a GSM modem using RS-232). If possibly, i need you all who have a example vi for this application and send it to me, please!!! Urgently! my email aloon83@hotmail.com
Appreciate for you all help!!!
Thank you,
aloon....
07-29-2008 01:30 PM - edited 07-29-2008 01:31 PM
There are several more or less working GSM modem VI libraries out there, even free ones. Most modems use the AT command set for SMS services as specified in the ETSI GSM 07.05/07.07 standard. There are usually small deviations in the exact syntax or behaviour of those commands between manufacturers but it is possible to write one single library that can talk to most modems if all you want to do is sending off SMS.
@aloon wrote:
Hi all...
This is my first time using LabView and I need you all help for how to building an application to send SMS using LabView and a Wavecom Fastrack Modem (a GSM modem using RS-232). If possibly, i need you all who have a example vi for this application and send it to me, please!!! Urgently! my email aloon83@hotmail.com
Appreciate for you all help!!!
Thank you,
08-18-2008 12:45 PM
Hi all,
Need you help for the AT command write to Labview! I don't know how to write the AT command to labview to send the message to my phone?
However i had try the ATD <phone no>; command, its can work and ring my handphone. But when i want send the message, the command steps is first AT+CMGF=1,
then AT+CMGS="phone no"....then enter the message want to sent! My problem is how can i write the commands by using the LabView(the step)?
Appreciate you help!!
Thanks,
al:):)n....
08-19-2008 01:09 AM
As mentioned, use the VISA functions. Take a look at VISA examples.
I suggest you first send a SMS with hyperterminal, then try with Labview