Author |
Message |
Topic: LCD 8 PIN |
jahan
Replies: 1
Views: 3884
|
Forum: General CCS C Discussion Posted: Thu Aug 14, 2008 9:57 pm Subject: LCD 8 PIN |
The existing LCD.c driver can handle PORTD or PORTB and only 4 DATA ports.
How do I change the standard LCD.c code to accept 8PIN data rather than 4PIN data for LCD connections? (either PORTD or PO ... |
Topic: 18F4520 and INT_TBE / INT_RDA |
jahan
Replies: 7
Views: 12281
|
Forum: General CCS C Discussion Posted: Mon Aug 04, 2008 11:32 am Subject: 18F4520 and INT_TBE / INT_RDA |
thank you for your detailed explanation.
you are a great resource in this community. |
Topic: EEPROM problem with each Programming of 18F Microchip |
jahan
Replies: 5
Views: 7159
|
Forum: General CCS C Discussion Posted: Mon Aug 04, 2008 11:31 am Subject: EEPROM problem with each Programming of 18F Microchip |
Ttelmah:
In my code, I'm actually not writing to EEPROM during initial programming process.
The actual program once executed will store information in EEPROM.
Each time I run the program, duri ... |
Topic: EEPROM problem with each Programming of 18F Microchip |
jahan
Replies: 5
Views: 7159
|
Forum: General CCS C Discussion Posted: Mon Aug 04, 2008 10:18 am Subject: EEPROM problem with each Programming of 18F Microchip |
Using CCS, is there a way to preserve the data in EEPROM each time I program my 18F chip?
I cannot seem to find a flag to preserve the EEPROM on each programming cycle.
My problem is each time I r ... |
Topic: 18F4520 and INT_TBE / INT_RDA |
jahan
Replies: 7
Views: 12281
|
Forum: General CCS C Discussion Posted: Mon Aug 04, 2008 10:11 am Subject: 18F4520 and INT_TBE / INT_RDA |
Thank you for your help and sample codes;
reading your code I came across following:
#byte PIR1=0xF9E
#bit TXIF=PIR1.4
#byte TXREG=0xFAD
#byte TXSTA=0xFAC
#bit TRMT=TXSTA.1 //For 18 chips. C ... |
Topic: 18F4520 and INT_TBE / INT_RDA |
jahan
Replies: 7
Views: 12281
|
Forum: General CCS C Discussion Posted: Sun Aug 03, 2008 9:14 am Subject: 18F4520 and INT_TBE / INT_RDA |
Thank you for your reply. It does confirm my original thoughts that having a larger buffer helps with ASYNC data transfer.
The reason I asked the question is because, each time I "enable_inte ... |
Topic: 18F4520 and INT_TBE / INT_RDA |
jahan
Replies: 7
Views: 12281
|
Forum: General CCS C Discussion Posted: Sun Aug 03, 2008 12:09 am Subject: 18F4520 and INT_TBE / INT_RDA |
Question about Serial Interrupts Buffers.
Does 18F4520 have internal buffer for serial communication?
Do I still need to use the 2 INT's for serial data buffers?
Thanks |
Topic: GLCD problem - See Photo |
jahan
Replies: 5
Views: 6843
|
Forum: General CCS C Discussion Posted: Fri Aug 11, 2006 10:17 pm Subject: Thankx |
It is working great!.
Thankx |
Topic: GLCD problem - See Photo |
jahan
Replies: 5
Views: 6843
|
Forum: General CCS C Discussion Posted: Thu Aug 10, 2006 8:11 am Subject: GLCD problem - See Photo |
thankx for the help. I'll try it today.
my thoughts was that there is something wrong with memory location to start writing information. Just like a 24x2 line regular lcd where the second line has ... |
Topic: GLCD problem - See Photo |
jahan
Replies: 5
Views: 6843
|
Forum: General CCS C Discussion Posted: Wed Aug 09, 2006 9:00 pm Subject: GLCD problem - See Photo |
Hi,
I've compile the code for ex_glcd.c from example codes and loaded to 18F452.
It does work fine and shows the reading from RA0, except the 0,0 location of the screen is shifted to middle and wrap ... |
Topic: t6963c LCD + 16F877a |
jahan
Replies: 14
Views: 111276
|
Forum: Code Library Posted: Mon Jan 30, 2006 5:42 pm Subject: t6963c LCD + 16F877a |
Hi,
Thank you for the great posting and detail information on how to create this project.
Question:
What shareware/software you've used to create the icons?
Thankx |
Topic: i2c routines for dallas ds1624, philips pcf8574, and 24cXX |
jahan
Replies: 17
Views: 152377
|
Forum: Code Library Posted: Tue Jan 17, 2006 9:57 am Subject: device_addr |
Hi,
in you code when you use "device_addr" as parameter to the functions, what are these values? 000, 001, 010, etc or 1,2,3?
would you please post a sample code to use your subroutines?
Thankx |
Topic: 2-wire LCD driver, no need for xtal osc |
jahan
Replies: 12
Views: 97218
|
Forum: Code Library Posted: Wed Jan 04, 2006 12:17 am Subject: trouble |
Is there any trick to this program?
I cannot see anything on my LCD. I've created the schematics from Myke's web page and using your code to make a simple "HELLO".
The LCD is all black.
I'm using ... |
Topic: DS1302 problem with display data on LCD |
jahan
Replies: 4
Views: 8052
|
Forum: General CCS C Discussion Posted: Wed Nov 23, 2005 1:58 pm Subject: DS1302 problem with display data on LCD |
I've downloaded the upgrade to the compiler after purchase.
I'm not sure if the examples was downloaded along with the upgrade to the compiler.
can anybody share the BCD to binary & Binary to ... |
Topic: DS1302 problem with display data on LCD |
jahan
Replies: 4
Views: 8052
|
Forum: General CCS C Discussion Posted: Wed Nov 23, 2005 10:16 am Subject: DS1302 problem with display data on LCD |
Hi all,
I've setup a simple DS1302 with LCD on PIC16F84A running 4MHz. PCWH compiler version 3.223.
The code is copy from EX_RTCLK.C. I can set the time, and also display the time on the LCD, but ... |
|