gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with AT driver.


From: Pawel Kot
Subject: Re: Problem with AT driver.
Date: Fri, 7 Feb 2003 23:54:07 +0100 (CET)

On Fri, 7 Feb 2003, Jan Derfinak wrote:

> > > The quick fix (pseudopatch) is:
> > > + sprintf(req, "AT+%s=%d\r", cmd, length -
> > > data->RawSMS->MessageCenter[0] - 2);
> > > - sprintf(req, "AT+%s=%d\r", cmd, length - 1);
>
> I tested last CVS yesterday but sending SMS with AT driver is still broken.
> I've tried vanilla CVS and patch above, but they don't work.
> First dump is unpatched CVS, second is with patch. The message text was
> "test".
> Any ideas what is wrong?

My bad. The corrected line should read:
sprintf(req, "AT+%s=%d\r", cmd, length - data->raw_sms->message_center[0] - 1);

Sorry for the confusion. I'll commit the change so it works until ladis
fixes it better.

pkot
-- 
mailto:address@hidden :: mailto:address@hidden
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku





reply via email to

[Prev in Thread] Current Thread [Next in Thread]