is there any way to get data fom hserin or hserout statement to lcd?????
is there any way to get data fom hserin or hserout statement to lcd?????
i'm learnig, the idea is to show string from hserout, like "AT+CMGL" on lcd????
but not like this:
LCDOUT $FE,1,"AT+CMGL"
i want to catch up string and diplay it on lcd
thx for helping!!
--
www.mtskola.com
Last edited by xxxxxx; - 10th March 2009 at 14:34.
If the string is in the array e.g. my_string and your array say is 16 bytes in length, then do this:
LCDOUT $fe,$01,STR my_string\16
Ioannis
P.S. I suppose that all characters are in ASCII of course.
Bookmarks