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

Reply via email to