i use
send(socket,"AT",10,0);
Sleep(200);
recv(socket,Data,1000,0); //received the entry.
Type: Posts; User: lihuachen; Keyword(s):
i use
send(socket,"AT",10,0);
Sleep(200);
recv(socket,Data,1000,0); //received the entry.
if index 1 is used,command "At+cpbw 1,"123456",129,"lhc" to write entry will fail.
but how can i told the mobile to select a free location for me ?
" If <index> is left out, but<number> is given,...
then you will get the hex codes.
this codes is UNICODE.
i got two softwares.But they don't use at command either.
i tried to send at command to the mobile ,but sometimes no useful response is received.it's maybe only a "<cr><lf>".
When i sent next...
how can i connect the phone without At Command or SDK??
my email : lihuachen@jlxt.tcom
i tried to get phonebook of sim via at command and winsock.
But maybe the mobile is slower than the pc,I can't get the entry sometimes.
char Data[8000];
send(socket,"AT+CPBS=\"SM\"\r\n",50,0);...
8250 limit the name field to 19 charaters stored in ME.
I sent at command to my 8210 via irda.
AT+CPBS and AT+CPBW.
But the "text" field is not readable.
This appears only when the text is chinese.
when it's english ,everything is ok.
i also...
recently,i use irda to connect Nokia8210 and send at command via winsock.
if you need help ,you may mail me.
lihuachen@jlxt.com