Project 7 - A PIC Serial LCD project
- This project shows you how to create a serial LCD module that you can drive from any serial RS232 interface.
- It uses a pure ASCII command set so you can control it easily from a terminal program such as Hyperterminal.
- There are no odd command sequences such as 0xef to define a command.
- You can type all commands at the terminal interface making it very easy to use.
- It's also easy to test it out manually before driving it with a program.
- Once you have decided what you want to do a microcontroller can generate the same commands or you can send them from a PC program.
Details can be found HERE