??? 07/01/05 05:14 Modified: 07/01/05 05:15 Read: times |
#96362 - At first i used space but now... Responding to: ???'s previous message |
Steve,
At first I used space for going to next line,I guessed maybe my problem is here,then i send all characters to pc and equal's hex value on lcd, I found that <0DH> is for going to first of existed line And <0BH> is for going to next line(cursor position),In the other phrase I used: MOV SBUF,#0DH CALL SERIAL_TRANS MOV SBUF,#0BH CALL SERIAL_TRANS I didn't know wordwrap,I turn on it now,here is the result Thanks for your help Mehdi |