Community of VE/MapPoint Users and Developers
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 ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Send SMS through COM 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 |
| |||
| 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? |
![]() |
| Tags |
| send, sms |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| 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 |