Loosha, The lines for the lcd are started form $80 for first line, $C0 for second line, $94 for third line and, $D4 for forth line. I do not see where you are sending any daya to any line other than the first line.
Loosha, The lines for the lcd are started form $80 for first line, $C0 for second line, $94 for third line and, $D4 for forth line. I do not see where you are sending any daya to any line other than the first line.
Dave Purola,
N8NTA
EN82fn
Just I think so you don’t see the code carefully.
In my initialization I do the work.
Line = $80 'LCD 1st line
This instruction
HSERIN 5000,READ_SMS,[WAIT("AT+CMGR=1"),STR Sedata\13]'Check OK reply, wait 5sec max.
reads in 13 characters
this is what you should have
HSERIN 5000,READ_SMS,[WAIT("AT+CMGR=1"),STR Sedata\40\13]'Check OK reply, wait 5sec max.
Which will read in 40 characters but stop if a ASCII 13 is read.
Steve Earl www.datageo.co.uk
Bookmarks