MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Send SMS through COM

This is a discussion on Send SMS through COM within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I am trying to retrieve, data from port7 and pass it to another computer through SMS, from port1 of same ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-03-2004
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Send SMS through COM

I am trying to retrieve, data from port7 and pass it to another computer through SMS, from port1 of same computer.I am using 2 comm controls for same purpose.MSComm1 is commected to port1
and MSComm2 is connected to port2.Now my problem is that, i am able to retrieve data from port1,
but i am not able to SMS it to other computer.ReadMsg(MessageNo) is the procedure to send SMS.
The program do not show any error, but it foes not send SMS either.On debugging, the control passes
through SendMsg() procedure, but do not send SMS.I am attaching the code with my query.
Do anybody have any idea?
Regards,
BN

Private sub SendMsg(GPs)
Dim Gpos
On error goto a
MSComm2.PortOpen = False
MSComm1.output = "AT+CMGF=1" & vbCr
Gpos = GPs & Chr$(26)
MSCOmm1.output = "AT+CMGS=5903635" & vbCr
MSComm1.output = Gpos
Exit sub
a:
Msgbox "Cannot send SMS"
end sub
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 08-13-2004
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
syntiax

the right command is.... at+cmgs="1234567"
the " character must be before and after the telefon number
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 08-13-2004
Senior Member
Black Belt
 
Join Date: Jul 2002
Posts: 5,138
Are you trying to send the SMS through a land line or a cell phone?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 06-09-2008
Junior Member
White Belt
 
Join Date: Jun 2008
Posts: 1
Re: Send SMS through COM

Have any of you guys ever heard of Free SMS-Send SMS messages free to the UK ? It seems to send free SMS messages in the UK, but does anyone have any experience with them?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
send, sms


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Enfora GSM2218 Modem - Send Message to vkugel MapPoint 2006/2009 Discussion 2 08-12-2008 07:59 AM
How to send events to the MapPoint Control (in C#) ? Anonymous MapPoint 2006/2009 Discussion 3 12-25-2004 07:17 AM
? Send Behind roads using the programmatic interface spideybud MapPoint 2006/2009 Discussion 1 11-13-2003 03:21 PM
How does Microsoft send you updates on MapPoint 20.... Anonymous MapPoint 2006/2009 Discussion 1 11-21-2001 07:53 AM
How do I send you information to be updated for yo.... Anonymous MapPoint 2006/2009 Discussion 1 11-19-2001 08:48 AM


All times are GMT -5. The time now is 01:49 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55