Page 3 of 4

Re: SMS question

PostPosted: Mon Jul 13, 2009 8:33 am
by dutch
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

Re: SMS question

PostPosted: Mon Jul 13, 2009 7:59 pm
by jlcapel
Hi Dutch,

I am sorry but I can not understand what you want to tell me. Can you explain it a bit more??

Re: SMS question

PostPosted: Tue Jul 14, 2009 5:11 am
by dutch
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

Re: SMS question

PostPosted: Tue Jul 14, 2009 5:17 am
by anserkk
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

Re: SMS question

PostPosted: Tue Jul 14, 2009 6:25 am
by dutch
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

Re: SMS question

PostPosted: Tue Jul 14, 2009 1:53 pm
by Otto
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

Re: SMS question

PostPosted: Tue Jul 14, 2009 4:58 pm
by dutch
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

Re: SMS question

PostPosted: Tue Jul 14, 2009 5:27 pm
by Otto
Hello Dutch,
thank you very much for your response.
Best regards,
Otto

Re: SMS question

PostPosted: Tue Jul 14, 2009 5:50 pm
by dutch
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

Re: SMS question

PostPosted: Tue Jul 14, 2009 8:55 pm
by Otto
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

Re: SMS question

PostPosted: Wed Jul 15, 2009 3:01 am
by dutch
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

Re: SMS question

PostPosted: Wed Jul 15, 2009 4:56 am
by Otto
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

Re: SMS question

PostPosted: Wed Jul 15, 2009 12:02 pm
by jlcapel
Otto,

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

If so... can you share 'know how'?

Re: SMS question

PostPosted: Wed Jul 15, 2009 2:42 pm
by Otto
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

Re: SMS question

PostPosted: Wed Jul 15, 2009 3:05 pm
by jlcapel
Otto,

Please... If you don't mind, tell us how you do it...