<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>6 Oct 2015 06:28:00 Z</lastBuildDate><pubDate>25 Sep 2015 10:39:00 Z</pubDate><description>how to send text message in windev use USB Dougle</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp</link><title>sms  send use USB Doungle</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54317/read.awp</comments><pubDate>6 Oct 2015 06:28:00 Z</pubDate><description>check to gsm modem but result FALSE value:-&#13;
&#13;
Try this code:-&#13;
&#13;
IF sWrite(3,"AT+CMGF=1")=True THEN&#13;
Info("ok")&#13;
ELSE&#13;
Info("te…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54317/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54317/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54254/read.awp</comments><pubDate>30 Sep 2015 16:22:00 Z</pubDate><description>Vijay just posting pieces of code isn't enough for us to try to help you, you have to read the previous posts (like the one from…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54254/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54254/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54250/read.awp</comments><pubDate>30 Sep 2015 13:41:00 Z</pubDate><description>port is open but not send sms&#13;
&#13;
------Port find-----&#13;
List is string&#13;
sList = USBListDevice(sBeginning)&#13;
IF sList &lt;&gt; "" THEN&#13;
s…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54250/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54250/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54204/read.awp</comments><pubDate>28 Sep 2015 16:33:00 Z</pubDate><description>Vijay,&#13;
1. is your modem in text-mode? You can do that using AT+CMGF=1&#13;
2. you have to check your calls on the return values. Di…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54204/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54204/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54199/read.awp</comments><pubDate>28 Sep 2015 16:25:00 Z</pubDate><description>You need to use sread to check the modem response, without the modem response we can't help you.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54199/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54199/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54198/read.awp</comments><pubDate>28 Sep 2015 15:40:00 Z</pubDate><description>IR1 is boolean&#13;
&#13;
IR1 = sOpen("COM4", 2000, 2000)&#13;
IF IR1 &lt;&gt; 0 THEN&#13;
sWrite("COM4","AT+CMGS=088666630207"+CR+"JSM"+Charact(26))&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54198/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54198/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54194/read.awp</comments><pubDate>28 Sep 2015 14:54:00 Z</pubDate><description>sWrite(3,"AT+CMGS=88666630207"+CR+"JSM"+Charact(26))</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54194/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54194/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54193/read.awp</comments><pubDate>28 Sep 2015 14:46:00 Z</pubDate><description>sWrite(3,AT+CMGS=88666630207+CR+"JSM"+CTRL-Z)&#13;
&#13;
but show error above underline code</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54193/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54193/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54187/read.awp</comments><pubDate>28 Sep 2015 12:56:00 Z</pubDate><description>Mmmh messed up by the forum formatter&#13;
Second attempt:&#13;
&#13;
AT+CMGS=[number][CR][message][CTRL-Z] [CR] = ASCII character 13 [CTRL-…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54187/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54187/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54186/read.awp</comments><pubDate>28 Sep 2015 12:54:00 Z</pubDate><description>according to Google you also need a CTRL-Z character at the end&#13;
http://www.diafaan.com/sms-tutorials/gsm-modem-tutorial/at-cmgs…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54186/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54186/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54185/read.awp</comments><pubDate>28 Sep 2015 12:44:00 Z</pubDate><description>AT+CMGF=1&#13;
OK&#13;
AT+CMGS="+31628870634"&#13;
&gt; This is the text message.?&#13;
+CMGS: 198&#13;
OK&#13;
&#13;
this is AT Command ,&#13;
&#13;
i am try to this …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54185/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54185/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54183/read.awp</comments><pubDate>28 Sep 2015 12:20:00 Z</pubDate><description>Hi, you may need to try this:&#13;
&#13;
http://www.logiccodesoft.com/lcgsmsms.aspx&#13;
&#13;
or some other activex library to be able to fully…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54183/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54183/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54175/read.awp</comments><pubDate>28 Sep 2015 10:08:00 Z</pubDate><description>DOTNET WMI example&#13;
&#13;
in not sWrite and sRead Function&#13;
&#13;
but not connect GSM USB MODEM in this example</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54175/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54175/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54165/read.awp</comments><pubDate>27 Sep 2015 01:08:00 Z</pubDate><description>Hi Vijay&#13;
&#13;
I suppose you mean that you don't know the number of the comm port you should write to?&#13;
IF that is the case then ha…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54165/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54165/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54161/read.awp</comments><pubDate>26 Sep 2015 12:06:00 Z</pubDate><description>i am not know to write mobile number and text message to send this mobile number sms&#13;
&#13;
which function use to send sms</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54161/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54161/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54160/read.awp</comments><pubDate>26 Sep 2015 10:55:00 Z</pubDate><description>IR1 = sOpen(3, 2000, 2000)&#13;
IF IR1 &lt;&gt; 0 THEN&#13;
// Configure IR1&#13;
// The COM2 port is opened&#13;
sMessage is string&#13;
sMessage="test m…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54160/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54160/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54156/read.awp</comments><pubDate>25 Sep 2015 17:57:00 Z</pubDate><description>Hello Vijay&#13;
&#13;
try search this forum , someone had posted the code before</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54156/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54156/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54155/read.awp</comments><pubDate>25 Sep 2015 17:41:00 Z</pubDate><description>If your usb modem creates one logical comm port it's easy, just use that port (com2,com3,...)&#13;
with the sopen/swrite/sread funct…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54155/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54155/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54152/read.awp</comments><pubDate>25 Sep 2015 15:19:00 Z</pubDate><description>but sir,,&#13;
&#13;
i am not know AT Command use in windev17&#13;
&#13;
&#13;
please sir,&#13;
&#13;
help me</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54152/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54152/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-modem-54147/read.awp</comments><pubDate>25 Sep 2015 12:33:00 Z</pubDate><description>In this case if you have one usb modem with sim card you can use AT commands to send sms.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-modem-54147/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-modem-54147/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle Modem</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-modem-54146/read.awp</comments><pubDate>25 Sep 2015 12:01:00 Z</pubDate><description>but sir,&#13;
not use internet,,&#13;
&#13;
use only usb modem (Doungle) and sim card,&#13;
&#13;
And CReate Software to send sms use USB Modem</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-modem-54146/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-modem-54146/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle Modem</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54143/read.awp</comments><pubDate>25 Sep 2015 11:38:00 Z</pubDate><description>In some cases the usb dongle works like a modem, if it's your case just use google to see the syntax of the AT commands to send …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54143/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54143/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54142/read.awp</comments><pubDate>25 Sep 2015 11:30:00 Z</pubDate><description>i am try to send sms in mobile&#13;
&#13;
the send sms in windev17 create application to write a code for connect usb doungle and in usb…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54142/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54142/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54140/read.awp</comments><pubDate>25 Sep 2015 11:19:00 Z</pubDate><description>Hello Vijay&#13;
&#13;
First, you need to use the functions Hello() and ThankYou()&#13;
&#13;
Then you need to explain your question in details.…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54140/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle-54140/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54138-sms-send-use-usb-doungle/read.awp">sms  send use USB Doungle</source><title>Re: sms  send use USB Doungle</title></item></channel></rss>
