Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Ads

Discussion Groups

Discussion Groups | Piclist | Re: How to use a serial lcd?

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

How to use a serial lcd? - djrevolution99 - Feb 27 0:19:00 2004

i just bought a serial lcd from www.sparkfun.com....

im trying figure out how to send commands throuhg pic basic to
control the lcd... the lcd has a pic on there that converts the
serial infomation to the lcd controller.... i cant figure out how to
seend asci through the serial port??

can anyone help a fellow budder out hear??

Sean...





(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


Re: How to use a serial lcd? - ydexter - Feb 28 3:00:00 2004

The serial LCD is made for a serial port of your pc ( initial idea is
you to be drive the LCD using the serial port and nothing more). From
what I saw on www.crystalfontz.com (i worked with one of those) on the
back of the LCD module you have some jumpers where you can set up the
BAUD rate and some aditional features of the LCD: self backlight sunk
from RS232 voltage, RS232 levels, TTL levels etc.

So, all you have to do is to use the PIC to generate dome RS232
levels. Maybe yor module works with TTL levels too. For this , try to
search on the web things about RS232 serial communication with a PIC -
you have to know the RS232 protocol to be able to generate these signals.

Maybe you are lucky and you will find exactly a sample code for what
you need. If you want to play with LCD + PIC, try the parallel
interface LCD (it can be very easy converted to a serial one, using a
shift serial 8 bits register). You will have much fun.

--- In , "djrevolution99" <djrevolution99@y...>
wrote:
> i just bought a serial lcd from www.sparkfun.com....
>
> im trying figure out how to send commands throuhg pic basic to
> control the lcd... the lcd has a pic on there that converts the
> serial infomation to the lcd controller.... i cant figure out how to
> seend asci through the serial port??
>
> can anyone help a fellow budder out hear??
>
> Sean...




(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )