Author |
Message |
Topic: learning to use LCDs, 2x16 |
RaulHuertas
Replies: 3
Views: 4228
|
Forum: General CCS C Discussion Posted: Fri Aug 29, 2008 1:38 pm Subject: Doesn't work |
I think I have problems handling Input Output states :S.
#include "D:\Raul\Proyectos\CONEXIONPIC-LCD\UsingFLEXLCD\ProjectFlex-LCD.h"
#include <flex_lcd.c>
#use fast_io (A)
#use f ... |
Topic: learning to use LCDs, 2x16 |
RaulHuertas
Replies: 3
Views: 4228
|
Forum: General CCS C Discussion Posted: Fri Aug 29, 2008 12:07 pm Subject: learning to use LCDs, 2x16 |
Hello. I want to control an LCD. In the first try I wanted to use the lcd.c library, but the compiler didn't found it. So I said"O right, o right, i'll do it manually".
For this pin conf ... |
Topic: 'const' and the 'switch' statement |
RaulHuertas
Replies: 2
Views: 3629
|
Forum: General CCS C Discussion Posted: Fri Jun 06, 2008 9:09 pm Subject: Thanks |
Thanks men, It works. I didn't know that issue. Thanks! |
Topic: 'const' and the 'switch' statement |
RaulHuertas
Replies: 2
Views: 3629
|
Forum: General CCS C Discussion Posted: Fri Jun 06, 2008 3:26 pm Subject: 'const' and the 'switch' statement |
Hi
At the beginning of my code I'm setting these variables:
/*COMANDOS*/
const char ENVIARPAQUETEMUESTRAS = 'N';
const char ENVIARUNAMUESTRA = 'E';
const char ENVIOCONTINUODEMUESTRAS = 'C';
co ... |
Topic: Creating more headers, or Libs |
RaulHuertas
Replies: 2
Views: 3764
|
Forum: General CCS C Discussion Posted: Thu Jun 05, 2008 5:58 pm Subject: Creating more headers, or Libs |
Hello. I want to create a little oscilloscope with my PIC16f877a. My approach is to send commands to the PIC. I'll put the commands in a header file and this same file will be used by the host program ... |
Topic: 10 bit ADC conversion, how to send it to PC as u short? |
RaulHuertas
Replies: 3
Views: 3878
|
Forum: General CCS C Discussion Posted: Sun Jun 01, 2008 7:44 am Subject: Hi, and thanks! |
Hi. It was a dummy error of mine. I was usijng an old connection configuration with a different speed.
Thanks for your atention, bye! |
Topic: 10 bit ADC conversion, how to send it to PC as u short? |
RaulHuertas
Replies: 3
Views: 3878
|
Forum: General CCS C Discussion Posted: Sat May 31, 2008 5:54 pm Subject: 10 bit ADC conversion, how to send it to PC as u short? |
Hello!
I'm happy playing with the demo of this compiler, especially because is very easy to use.
I'm trying to use my PIC as an oscilloscope but I have some troubles sending the ADC conve ... |
|