Also keep in mind if your hoping to see the number three on the LCD you will need to modify your code a bit.
serout Portb.2,4,[DEC x] 'displays ASCII version of data on an LCD'
Also keep in mind if your hoping to see the number three on the LCD you will need to modify your code a bit.
serout Portb.2,4,[DEC x] 'displays ASCII version of data on an LCD'
Bookmarks