Hey Reemon,
Nice question! Using the native LV Bluetooth VIs to send SMS isn't easy, but there are alternative ways to do it if you're interested.
If you're happy using ActiveX and Outlook, try this Microsoft add-in:
there are some notes on how to configure it and use it here:
http://www.inspectmygadget.com/2007/10/02/windows-xp-send-an-sms-directly-from-outlook/
There also used to be (2007) a direct utility you can get for Windows XP (from Microsoft) which can send SMS via Bluetooth once your phone is paired (so this does all the nasty Bluetooth work for you). This utility had a 'front panel' but can also be activated from the command line - so you can use the System Exec VI in LabVIEW to run the .EXE and send it the SMS message via the command line. I say used to be because I can't find any trace of it on the Microsoft site, so they may have stopped supporting it (try Googling it yourself in case it turns up). Shame if it's gone because it was useful!
Finally, if you have a dedicated SIM which will ONLY be used for this purpose, the neatest way to send SMS is to get a USB module which you put your SIM into, then plugs into the PC USB port. You can then use the AT command set to configure it and send SMS - you do this using VISA and the USB dongle as a 'modem'. I used this for a large project last year and it worked really well! The module we used was:
http://www.alibaba.com/showroom/GPRS_USB_Modem.html
But I'm sure there are loads of others available.
I know this isn't strictly using Bluetooth, but if you do decide to go this way then let me know, I may be able to dig up some of the code you need for it.
Hope one of these methods is some help!
Good Luck!
Mark
reemon wrote:
where are you guys no body reply:mansad:
It's Saturday. The weekend. People are probably doing things with their families. There isn't as much traffic on the forums during the weekend.
Be patient!
Ravens Fan wrote:It's Saturday. The weekend. People are probably doing things with their families. There isn't as much traffic on the forums during the weekend.
Be patient!
its sunday now and nobody reply
Cheers for that Jeff, someone needs to tell my boss (we were in a meeting until 7:30 last night!)
With regards to the question, which route you go really depends on circumstances -
if you have money to buy one of the Samba modems I personally would do it that way (although you can pretty much do that same thing just by hooking your phone up anyway - see forum post below)
http://forums.ni.com/ni/board/message?board.id=170&message.id=73367&query.id=140714#M73367
When you have the modem (or phone) setup you need to send AT commands to it using the correct COM port, there's a tutorial on these commands here:
http://www.smssolutions.net/tutorials/gsm/sendsmsat/
These can be sent using the VISA VIs in LabVIEW, or if you prefer the Express VIs, the Instrument I/O Assistant makes building up the required steps really easily.
I don't have all of this ready built for you I'm afraid (my code is in C#), but as always the LabVIEW examples get you most of the way there, check out the Basic Serial Read and Write.vi for an example of how to use the VISA VIs.
The LabVIEW Basics 1 course also teaches Instument Control with VISA very well
I hope this helps you get a bit further!
Good Luck with your project!
Mark
guys I found a gsm modem but I want to check is it compatable with labview because I found that it support at commands and our sim card on Qatar because one of my friend had it and she's using it in her senior project without any problem.
please give me a reply as soon as possible cauase I need to buy it soon