| ??? 10/12/02 20:45 Read: times |
#30657 - RE: Passing a string to an LCD..Thanks, |
Your message string has a zero terminator but you are not testing for zero when you extract the next character for display. (At least not from what you have shown us of your code.) Following the MOVC instruction you need to test ACC for zero. You could use
JZ EXIT (for example) to terminate the display operation. Hal |
| Topic | Author | Date |
| Passing a string to an LCD | 01/01/70 00:00 | |
| RE: Passing a string to an LCD | 01/01/70 00:00 | |
| RE: Passing a string to an LCD | 01/01/70 00:00 | |
| RE: Passing a string to an LCD | 01/01/70 00:00 | |
| RE: Passing a string to an LCD | 01/01/70 00:00 | |
| RE: Passing a string to an LCD | 01/01/70 00:00 | |
| RE: Passing a string to an LCD..Thanks, | 01/01/70 00:00 | |
| RE: Passing a string to an LCD | 01/01/70 00:00 | |
| RE: Passing a string to an LCD..Thanks, | 01/01/70 00:00 | |
| RE: Passing a string to an LCD..0 test | 01/01/70 00:00 | |
RE: Passing a string to an LCD..Solved! | 01/01/70 00:00 |



