Need to get cell broadcast information

Hi all,

   I am in need of getting cell broadcast information from service providers and to display it on LCD.I am using AT commands

AT+CNMI=2,2,2,0,0
OK
AT+CMGF=1
OK
AT+CSCB=1
OK
AT+CSCB=0
OK
+CBM: 50176,50,1,1,1
NORTH MAIN RD
Now i need to Display the string “NORTH MAIN RD” on LCD.How to do it?

See: viewtopic.php?f=36&t=4093&p=16198&hilit=anything+else#p16198

i am able to dispaly datas on LCD.that is not my issue… I need to display only the 3rd line of the response…How to get that…

Standard ‘C’ string processing?

Note that ADL does provide some additional library functions specifically for handling AT Commands & Responses - see the wm_str… functions in the ADL User Guide