03-28-2006 07:41 AM
Hi All,
I want to ask if I can connect a mobile (or smart phone) to LabVIEW and use it to send SMS from LabVIEW??
And if I can, what should I do and what application from LabVIEW 8 should I use??
Please attach any sample program if there is.
Regards,
Abdo
03-28-2006 01:17 PM
This depends on a lot of things. What mobile do you have? What GSM or mobile provider? etc.
@Abdo wrote:
I want to ask if I can connect a mobile (or smart phone) to LabVIEW and use it to send SMS from LabVIEW??
And if I can, what should I do and what application from LabVIEW 8 should I use??
Please attach any sample program if there is.
04-05-2006 05:30 AM
Hi all,
I want you to know that I am using Sony Ericsson W800i mobile which has internal modem. I can connect it to PC via USB cable.
I installed all the driver needed, I want to know how can I send the AT command to the mobile using LabVIEW ?
If there are any sample programs for sending AT command or sending SMS using the AT commands please attach it or send it to my email.
Regards,
Abdo
Abdelrahim.ahmed@hotmail.com
04-05-2006 06:06 AM - edited 04-05-2006 06:06 AM
I'm not familiar with your modem. If the USB drivers that come with your modem install a virtual COM port on your system you would use VISA functions to communicate with your modem through this virtual COM port. In that case the specifications of the AT commands should be enclosed in your documentation or downloadable from Sony Ericson. Trying to use the ETSI standard for GSM control (which you can find and download from http://www.etsi.org/), while possible is only a second class solution since most GSM modemmanufacturers use the ETSI standard as a guideline only.
@Abdo wrote:
Hi all,
I want you to know that I am using Sony Ericsson W800i mobile which has internal modem. I can connect it to PC via USB cable.
I installed all the driver needed, I want to know how can I send the AT command to the mobile using LabVIEW ?
If there are any sample programs for sending AT command or sending SMS using the AT commands please attach it or send it to my email.
Message Edited by rolfk on 04-05-2006 01:11 PM
04-08-2006 01:58 AM
04-26-2006 04:55 AM