SMS question

Re: SMS question

Postby dutch » Mon Jul 13, 2009 8:33 am

Dear Jose,

I try in Windows Mobile 6 and it sent perfectly. The message has been sent to show on destination mobile differently with normal SMS. Because It is not keep in SMS Inbox. I use IPhone and it show instant message and allow DISMISS only.

Regards,
Dutch
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: SMS question

Postby jlcapel » Mon Jul 13, 2009 7:59 pm

Hi Dutch,

I am sorry but I can not understand what you want to tell me. Can you explain it a bit more??
User avatar
jlcapel
 
Posts: 229
Joined: Wed Oct 12, 2005 5:32 pm
Location: Valencia - España

Re: SMS question

Postby dutch » Tue Jul 14, 2009 5:11 am

Dear Jose,

When I sent it from WM6 and the receiver mobile will be popup the message but it doesn't keep in SMS inbox (Can not find in SMS message and anywhere).

Regards,
Dutch
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: SMS question

Postby anserkk » Tue Jul 14, 2009 5:17 am

Dear Mr.Dutch,

From your post I understand that you must have send a FLASH SMS ( SMS:TEXT:GSM7BIT:CLASS0 )

FLASH SMS
A text SMS message. Often referred to as FLASH SMS messages. It is different from traditional messages, because it is immediately displayed on the screen of the phone and it is not saved in the memory of the phone.

http://www.ozeki.hu/index.php?owpn=488

Regards

Anser
User avatar
anserkk
 
Posts: 1328
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: SMS question

Postby dutch » Tue Jul 14, 2009 6:25 am

Dear Anserkk&Jose,

Yes, exactly what you said. I understand and fixed it now.
anserkk wrote:Dear Mr.Dutch,

From your post I understand that you must have send a FLASH SMS ( SMS:TEXT:GSM7BIT:CLASS0 )

FLASH SMS
A text SMS message. Often referred to as FLASH SMS messages. It is different from traditional messages, because it is immediately displayed on the screen of the phone and it is not saved in the memory of the phone.

http://www.ozeki.hu/index.php?owpn=488

Regards

Anser


Thanks&regards,
Dutch
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: SMS question

Postby Otto » Tue Jul 14, 2009 1:53 pm

Hello Dutch,
I understand and fixed it now.
Is this a setup entry on the phone or did you change the FWPPC application?
Thanks in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 5993
Joined: Fri Oct 07, 2005 7:07 pm

Re: SMS question

Postby dutch » Tue Jul 14, 2009 4:58 pm

Dear Otto,

I've change psMessageClass line.

Code: Select all  Expand view
   // Set up provider specific data
    tpsd.dwMessageOptions = PS_MESSAGE_OPTION_NONE;
    tpsd.psMessageClass = PS_MESSAGE_CLASS1;     // Change this line from PS_MESSAGE_CLASS0
    tpsd.psReplaceOption = PSRO_NONE;
 

Regards,
Dutch
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: SMS question

Postby Otto » Tue Jul 14, 2009 5:27 pm

Hello Dutch,
thank you very much for your response.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 5993
Joined: Fri Oct 07, 2005 7:07 pm

Re: SMS question

Postby dutch » Tue Jul 14, 2009 5:50 pm

Dear Otto,

It has another solution to send SMS by FWH (I've got information from Ramesh with mCore™ - SMS & WAP Push ActiveX Component from http://www.logixmobile.com/products/mcore/index.asp I don't know how to convert from C++ to FWH via GSM modem or PDA Phone. How do you think? Can anyone help?

Regards,
Dutch
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: SMS question

Postby Otto » Tue Jul 14, 2009 8:55 pm

Hello Dutch,

I use message master from http://www.derdack.com with VB6 to send and receive SMS’s at the moment.
Mayby one can use the derdack com objects with FW, too. But as all is running I never tried.

The PC is connected via COM cable to the handy. I use nokia phones. You can connect via COM or USB cable and at the same time you can plug in the power supply. I use this as a kind of “SMS SERVER”.

But I would prefer a all FIVEWIN solution.
Now thanks to José we can send via FWPPC. I thought to program a software with a timer.
I would then monitor a directory on the PC where I would prepare the SMS’s which should be send.
I look forward to the receiving part.

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 5993
Joined: Fri Oct 07, 2005 7:07 pm

Re: SMS question

Postby dutch » Wed Jul 15, 2009 3:01 am

Dear Otto,

I prefer as your idea (pure FW) but I'm not quite sure the wifi connection of PDA phone. If SMS server dial every it send the response will be fast. I will send response to sender for sending status.

In the meantime, FWPPC is better than SkypeSMS because lower SMS cost.

Regards,
Dutch
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
 
Posts: 1535
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: SMS question

Postby Otto » Wed Jul 15, 2009 4:56 am

Hello Dutch,
I think it should be possible to connect the PDA and the PC via USB.
Maybe someone did try this and can share the experiences.
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 5993
Joined: Fri Oct 07, 2005 7:07 pm

Re: SMS question

Postby jlcapel » Wed Jul 15, 2009 12:02 pm

Otto,

Have you connected FWPPC app with PC network shared folder via wifi??

If so... can you share 'know how'?
User avatar
jlcapel
 
Posts: 229
Joined: Wed Oct 12, 2005 5:32 pm
Location: Valencia - España

Re: SMS question

Postby Otto » Wed Jul 15, 2009 2:42 pm

Hello José,
I don't connect to the "shared folder". I only connect to a common network folder (e.g. x:\test) .

Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 5993
Joined: Fri Oct 07, 2005 7:07 pm

Re: SMS question

Postby jlcapel » Wed Jul 15, 2009 3:05 pm

Otto,

Please... If you don't mind, tell us how you do it...
User avatar
jlcapel
 
Posts: 229
Joined: Wed Oct 12, 2005 5:32 pm
Location: Valencia - España

PreviousNext

Return to FiveWin for Pocket PC

Who is online

Users browsing this forum: No registered users and 12 guests