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

Discussion Groups

Discussion Groups | Piclist | RE: Re: Pic Serial LCD - YokYokBloomBloomBakaBaka

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.

Pic Serial LCD - YokYokBloomBloomBakaBaka - holopoint.rm - Jun 12 7:39:00 2003


Hello all.

I want to make a serial LCD controller using a pic16F628
Can someone help me with some schematics and code samples ?
This is my first PIC projects. Well, second, the first was a
magnificent led blinker.

Thanks,
Shash.

PS. You can ignore the YokYokBloomBloomBakaBaka in the subject.
Just to grab your attention. :)





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

RE: Pic Serial LCD - YokYokBloomBloomBakaBaka - Brad Woolley - Jun 12 8:17:00 2003

Hi,

I did this but with a 16F84A, the link below should help

http://home.iae.nl/users/pouweha/lcd/lcd.shtml -----Original Message-----
From: holopoint.rm [mailto:]
Sent: 12 June 2003 02:39 PM
To:
Subject: [piclist] Pic Serial LCD - YokYokBloomBloomBakaBaka Hello all.

I want to make a serial LCD controller using a pic16F628
Can someone help me with some schematics and code samples ?
This is my first PIC projects. Well, second, the first was a
magnificent led blinker.

Thanks,
Shash.

PS. You can ignore the YokYokBloomBloomBakaBaka in the subject.
Just to grab your attention. :)
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions





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

Re: Pic Serial LCD - YokYokBloomBloomBakaBaka - holopoint.rm - Jun 12 9:53:00 2003

> I did this but with a 16F84A, the link below should help
>
> http://home.iae.nl/users/pouweha/lcd/lcd.shtml Thanks, this is very helpfull.
Does the PIC have 2 free lines to accept serial commands from a PC or
another PIC ? Does the current code support this ?
Thanks,
Shash.




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

RE: Re: Pic Serial LCD - YokYokBloomBloomBakaBaka - Brad Woolley - Jun 12 10:06:00 2003

Hi,

The 16F84A has enough ports for the full 8 bit LCD, one incoming
serial, and RA4 is spare although not the 'easiest' port to work with for
outputs, I'm also learning !!!
I changed this code to use some serial utilities I found to run at
19,200 rather than 2400/9600, the code for this LCD only has 'incoming'
serial, I found some excellent macros for both LCD and RS232 on the PICList
site, just can't remember exactly where !!.
The Cheapic tutorials on
http://www.piclist.com/techref/piclist/cheapic/index.htm taught me a great
deal about the PIC, RS232 and LCD.

-----Original Message-----
From: holopoint.rm [mailto:]
Sent: 12 June 2003 04:53 PM
To:
Subject: [piclist] Re: Pic Serial LCD - YokYokBloomBloomBakaBaka > I did this but with a 16F84A, the link below should help
>
> http://home.iae.nl/users/pouweha/lcd/lcd.shtml Thanks, this is very helpfull.
Does the PIC have 2 free lines to accept serial commands from a PC or
another PIC ? Does the current code support this ?
Thanks,
Shash.
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions





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

Re: Pic Serial LCD - YokYokBloomBloomBakaBaka - holopoint.rm - Jun 12 10:20:00 2003


>I changed this code to use some serial utilities I found to run at
>19,200 rather than 2400/9600, the code for this LCD only
>has 'incoming' serial.

Is this code available on your site ?
if not, could you send it to me ? (Holopoint-AT-rocketmail-DOT-com)
Which PIC pin in the serial input ?
Thanks,
Shash.




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

RE: Re: Pic Serial LCD - YokYokBloomBloomBakaBaka - Brad Woolley - Jun 12 11:13:00 2003

Hi,

Now I check that was the first one I tried,
http://www.mindspring.com/~tcoonan/lcd.html was the one I used and changed
to 19,200, a mod was also needed to the VB prog supplied (inc source) on
this site to support 19,200. My circuit was the same as here although I
omitted the two jumpers as my display was two lines and I fixed the baud
rate at 19,200.

I will send the asm's but note my circuit included a MAX233 on the
serial port so the usual 'reversed bits' of serial doesn't apply, you will
see the commented out lines in the code, my circuit also uses a 4Mhz crystal
for XT_OSC.

I don't want to take any credit for this code as most of it is from
the site above with a 'chopped' serial utilities I also got.

Cheers

-----Original Message-----
From: holopoint.rm [mailto:]
Sent: 12 June 2003 05:20 PM
To:
Subject: [piclist] Re: Pic Serial LCD - YokYokBloomBloomBakaBaka
>I changed this code to use some serial utilities I found to run at
>19,200 rather than 2400/9600, the code for this LCD only
>has 'incoming' serial.

Is this code available on your site ?
if not, could you send it to me ? (Holopoint-AT-rocketmail-DOT-com)
Which PIC pin in the serial input ?
Thanks,
Shash.
to unsubscribe, go to http://www.yahoogroups.com and follow the instructions




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