<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'how can i send sms from PC to phone' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'how can i send sms from PC to phone' posted on the 'C and C++' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 14:39:32 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 14:39:32 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>how can i send sms from PC to phone</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/250873/250873/how-can-i-send-sms-from-pc-to-phone/</link>
      <description>Hi&lt;br /&gt;
&lt;br /&gt;
I have connected a Siemens TC35 GSM modem to my PC via RS232. How can i write code in C/C++ that can enable me to send sms to a cellphone.&lt;br /&gt;
&lt;br /&gt;
Loco&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/250873/250873/how-can-i-send-sms-from-pc-to-phone/</guid>
      <pubDate>Thu, 25 Mar 2004 07:46:58 -0700</pubDate>
      <category>C and C++</category>
    </item>
    <item>
      <title>Re: how can i send sms from PC to phone</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/250873/382431/re-how-can-i-send-sms-from-pc-to-phone/#382431</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
You can try these links&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.txtimpact.com/"&gt;http://www.txtimpact.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.wire2air.com/"&gt;http://www.wire2air.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
They provide Active X as well as HTTP API.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/250873/382431/re-how-can-i-send-sms-from-pc-to-phone/#382431</guid>
      <pubDate>Mon, 01 Dec 2008 09:50:06 -0700</pubDate>
      <category>C and C++</category>
    </item>
    <item>
      <title>Re: how can i send sms from PC to phone</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/250873/382479/re-how-can-i-send-sms-from-pc-to-phone/#382479</link>
      <description>: Hi&lt;br /&gt;
: &lt;br /&gt;
: I have connected a Siemens TC35 GSM modem to my PC via RS232. How &lt;br /&gt;
: can i write code in C/C++ that can enable me to send sms to a &lt;br /&gt;
: cellphone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It depends entirely on how the device specifies the RS232 protocol. You will have to check the data sheet. Once you know how the protocol works, you can try to send stuff to it through a terminal program.&lt;br /&gt;
&lt;br /&gt;
(If you think Hyperterminal stinks, at some point I posted the source on this site for a whole terminal program that could read/write binary as well as ASCII symbols. It is somewhere on the C/C++ boards...)&lt;br /&gt;
&lt;br /&gt;
Once you can send things through a terminal program, then learn how to send commands automatically through the Windows API. There is plenty of topics for how to do that on these boards. Here is the raw API manual:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/aa363196(VS.85).aspx"&gt;http://msdn.microsoft.com/en-us/library/aa363196(VS.85).aspx&lt;/a&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/250873/382479/re-how-can-i-send-sms-from-pc-to-phone/#382479</guid>
      <pubDate>Tue, 02 Dec 2008 06:00:51 -0700</pubDate>
      <category>C and C++</category>
    </item>
  </channel>
</rss>