Hi Petros,

I have dealt with this in the past, and resolved this by putting the modem into PDU mode and sending / receiving messages in this way. PDU is essentially a 7-bit binary mode operation of a GSM modem.

Information on PDU can be found at:
http://www.dreamfabric.com/sms/

Regards,

W

On 11/07/2009 11:27 PM, Petros Tavridis wrote:
Hi all

I use the synaser unit to send automated SMS messages from a service application. I have tried this with SendString and ATcommand. In both cases the received SMS message occasionally lack the first few characters.

For example:
          sBlock.SendString('AT+CMGS="' + GSMaddress + '"'+ #$0D);
          sleep(50);
          sBlock.SendString('abcdefg 12345' + #$1A);
          sleep(200);

may astually transmit 'cdefg 12345' to GSMaddress. I cannot find a patern as to how often this occurs and how many characters get truncated.

Has anyone ever dealt with this one?

Many thanks
Petros


------------------------------------------------------------------------
Windows Live: Make it easier for your friends to see what you’re up to on Facebook. <http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_2:092009>


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july


_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to