Subject: | Re: Device::Gsm - some characters missing when sending concatenated SMS |
Date: | Tue, 25 Mar 2014 15:05:10 +0800 |
To: | bug-device-gsm [...] rt.cpan.org |
From: | Yung Hee Lee <yunghee.lee [...] genusis.com> |
for your attention please.
On Thu, Feb 13, 2014 at 11:32 AM, Yung Hee Lee <yunghee.lee@genusis.com>wrote:
Show quoted text
> Dear Sir,
>
> I am using Device::Gsm v1.60,* send_csms* function to send the long SMS.
> The problem is, some characters are missing when I sent in long text.
>
> My SMS Content:
>
--
Regards,
Yung Hee
>> [01]
>> [02]
>> [03]
>> [04]
>> [05]
>> [06]
>> [07]
>> [08]
>> [09]
>> [10]
>> [11]
>> [12]
>> [13]
>> [14]
>> [15]
>> [16]
>> [17]
>> [18]
>> [19]
>> [20]
>> [21]
>> [22]
>> [23]
>> [24]
>> [25]
>
>
> The SMS content that I received:
>
>> [01]
>> [02]
>> [03]
>> [04]
>> [05]
>> [06]
>> [07]
>> [08]
>> [09]
>> [10]
>> [11]
>> [12]
>> [13]
>> [14]
>> [15]
>> [16
>> [23]
>> [24]
>
>
>
> Here is my coding:
>
>> my $lOk = $gsm->send_csms(
>> content => $content,
>> recipient => $number,
>> class => 'normal' # try `flash'
>> );
>
>
>
> Is there anything I've done wrongly?
> Thank you!
>
>
> --
> Regards,
>
> Yung Hee
>