Search found 1 match

by kbaum
Mon Oct 27, 2008 1:59 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Dropped Character on GLK12232-25-SM
Replies: 1
Views: 2666

Dropped Character on GLK12232-25-SM

I am using a PIC18F4550 to communicate via RS232 to the LCD. I am using a software UART library that came with the Microchip C18 compiler. In response to an encoder I update the text on the LCD. Here is the function I have written to write text to the display:

void DisplayWriteRAMText(char *Text ...