CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 11 matches
CCS Forum Index
Author Message
  Topic: LCD 16x2 error
gonzalza

Replies: 3
Views: 8153

PostForum: General CCS C Discussion   Posted: Wed Sep 01, 2010 8:18 am   Subject: LCD 16x2 error
#define LCD_DB4 PIN_D0
#define LCD_DB5 PIN_D1
#define LCD_DB6 PIN_D2
#define LCD_DB7 PIN_D3

#define LCD_E PIN_A1
#define LCD_RS PIN_A3
#define LCD_RW PIN_A2


The d ...
  Topic: LCD 16x2 error
gonzalza

Replies: 3
Views: 8153

PostForum: General CCS C Discussion   Posted: Mon Jun 21, 2010 5:17 pm   Subject: LCD 16x2 error
I'm having this error with the driver for LCD 16x2:

A #Device required before this line: int8 const LCD_INIT_STRING

Look the driver thanks

#include <16F877.H>
#fuses XT, NOWDT, NOPRO ...
  Topic: Flexible LCD driver
gonzalza

Replies: 102
Views: 1058381

PostForum: Code Library   Posted: Wed Mar 03, 2010 4:32 pm   Subject: Flexible LCD driver
Dear PCM Programer


I want to test the LCD, but im not gonna work with the board from microchip and also i want to use the pic 16f874 or 877, 1.can i use the same port configuration PB and PA .
...
  Topic: 16f877 outputb problem [Solved]
gonzalza

Replies: 1
Views: 2519

PostForum: General CCS C Discussion   Posted: Tue Mar 02, 2010 10:35 am   Subject: 16f877 outputb problem [Solved]
thanks i got the answer just a parenthesis
  Topic: 16f877 outputb problem [Solved]
gonzalza

Replies: 1
Views: 2519

PostForum: General CCS C Discussion   Posted: Tue Mar 02, 2010 9:21 am   Subject: 16f877 outputb problem [Solved]
The program is working well, but just the last part and b6 it are not working. What happen?

if(!input(PIN_B5)){
output_high(PIN_C1);
delay_ms(500);

...
  Topic: error file can not be opened
gonzalza

Replies: 2
Views: 7650

PostForum: General CCS C Discussion   Posted: Mon Mar 01, 2010 12:51 pm   Subject: error file can not be opened
oo yes thanks, stupid mistake
  Topic: error file can not be opened
gonzalza

Replies: 2
Views: 7650

PostForum: General CCS C Discussion   Posted: Mon Mar 01, 2010 12:40 pm   Subject: error file can not be opened
I'm just starting to use the plugin in MPLAB and also the demo version PCWHD. Please help
And I'm having these errors:

ccgonza.c line (9,22) file can not be opened
-lineA# device required before ...
  Topic: PIC16F84A error.
gonzalza

Replies: 4
Views: 9984

PostForum: General CCS C Discussion   Posted: Thu Feb 25, 2010 4:36 pm   Subject: PIC16F84A error.
i see, i was using ccs compiler and i changed because it was asking me reinstalltion when it was installed, thanks
  Topic: Include
gonzalza

Replies: 1
Views: 3477

PostForum: General CCS C Discussion   Posted: Thu Feb 25, 2010 4:06 pm   Subject: Include
Hello i know programming with Assembly and i know c language but just relative to software. I'm just starting to program pic with c language.

The problem i got at the moment is here (#include <1 ...
  Topic: PIC16F84A error.
gonzalza

Replies: 4
Views: 9984

PostForum: General CCS C Discussion   Posted: Thu Feb 25, 2010 2:57 pm   Subject: PIC16F84A error.
Hello,
I'm trying this simple code but when I compile I'm having this problem:

Error
Where can I find the include files?
  Topic: Flexible LCD driver
gonzalza

Replies: 102
Views: 1058381

PostForum: Code Library   Posted: Tue Feb 23, 2010 5:43 pm   Subject: Re: Flexible LCD driver
Hi PCM Programmer how are you? I noticed the forum is quite old but, I'm interested on it, well, I'm good at c language and assembly however I have never programmed pic with c language. That's why if ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group