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 16 matches
CCS Forum Index
Author Message
  Topic: Open files with PIC
asiklariskostas

Replies: 5
Views: 7901

PostForum: General CCS C Discussion   Posted: Fri Jan 10, 2014 4:25 am   Subject: Open files with PIC
Thanks Ttelmah for your answer.

I understood what you've said. If i can't make it with CCS, maybe I can try to write a program in Visual Basic that supports hyperterminal features in order to show ...
  Topic: Open files with PIC
asiklariskostas

Replies: 5
Views: 7901

PostForum: General CCS C Discussion   Posted: Fri Jan 10, 2014 3:38 am   Subject: Open files with PIC
Hello everyone,

i want to make a datalogger with my PIC. I wonder if i can save for example, a Temperature measure to my Desktop in a text document, via RS232. Is something like that possible using ...
  Topic: DHT22 - PIC 24FJ64GA002
asiklariskostas

Replies: 1
Views: 7219

PostForum: General CCS C Discussion   Posted: Mon Nov 11, 2013 9:21 am   Subject: DHT22 - PIC 24FJ64GA002
Hello everyone. I need your help with DHT22 sensor and PIC24FJ64GA002. According to a previous topic, i tried to compile your code to my project, but my hyperterminal is blank - i don't receive any me ...
  Topic: PIC24fj64GB002 - HTF3223 Module
asiklariskostas

Replies: 9
Views: 15923

PostForum: General CCS C Discussion   Posted: Mon Jul 29, 2013 8:08 am   Subject: PIC24fj64GB002 - HTF3223 Module
I changed this line as you've told me, and i tried also:


get_gapture = (1, TRUE);


according to PCD Manual, but i had the same results.
  Topic: PIC24fj64GB002 - HTF3223 Module
asiklariskostas

Replies: 9
Views: 15923

PostForum: General CCS C Discussion   Posted: Sun Jul 28, 2013 4:46 pm   Subject: PIC24fj64GB002 - HTF3223 Module
Hello guys. I read carefully what you have written to me. I've read the PCD Manual and I understood many things.

Temtronic excuse me, it was a terrible mistake that '11' in setup_capture() line, yo ...
  Topic: PIC24fj64GB002 - HTF3223 Module
asiklariskostas

Replies: 9
Views: 15923

PostForum: General CCS C Discussion   Posted: Fri Jul 26, 2013 7:55 am   Subject: PIC24fj64GB002 - HTF3223 Module
So, I've changed this line:


setup_capture(PIN_B4, CAPTURE_FE);


with this line:


setup_capture(11, CAPTURE_FE|capture_timer1);


and the result is exactly the same. I h ...
  Topic: PIC24fj64GB002 - HTF3223 Module
asiklariskostas

Replies: 9
Views: 15923

PostForum: General CCS C Discussion   Posted: Thu Jul 25, 2013 1:45 pm   Subject: PIC24fj64GB002 - HTF3223 Module
Excuse me if I don't make it clear Smile . I will make it as much as I can.

I want to create a program that measures a frequency with OC1 module and then, i want the hyperterminal to give the measured ...
  Topic: PIC24fj64GB002 - HTF3223 Module
asiklariskostas

Replies: 9
Views: 15923

PostForum: General CCS C Discussion   Posted: Thu Jul 25, 2013 9:00 am   Subject: PIC24fj64GB002 - HTF3223 Module
Hello everyone,

I have made the same topic with PIC18F4550. I had the same problem but we have found a solution, so I tried to do this with this PIC.

I changed a little bit the program again, b ...
  Topic: Pic24FJ64GB002 - External Oscillator 12 Mhz
asiklariskostas

Replies: 9
Views: 17464

PostForum: General CCS C Discussion   Posted: Thu Jul 25, 2013 8:55 am   Subject: Pic24FJ64GB002 - External Oscillator 12 Mhz
Thanks Smile that was really helpful.
  Topic: Pic24FJ64GB002 - External Oscillator 12 Mhz
asiklariskostas

Replies: 9
Views: 17464

PostForum: General CCS C Discussion   Posted: Tue Jul 16, 2013 3:03 pm   Subject: Pic24FJ64GB002 - External Oscillator 12 Mhz
Thanks guys for all the information that you gave me...

So, i tried everything except to update my Compiler to 4.141 Version. Is it easy to oscillate from internal oscillator first and then to osci ...
  Topic: Pic24FJ64GB002 - External Oscillator 12 Mhz
asiklariskostas

Replies: 9
Views: 17464

PostForum: General CCS C Discussion   Posted: Mon Jul 15, 2013 1:51 pm   Subject: Pic24FJ64GB002 - External Oscillator 12 Mhz
Hello, Ttelmah.

Thanks for your reply.

The version of my C Compiler is: CCS PCD C Compiler, Version 4.130

It doesn't work for me. I don't know if the reason is the properly version, but i ad ...
  Topic: Pic24FJ64GB002 - External Oscillator 12 Mhz
asiklariskostas

Replies: 9
Views: 17464

PostForum: General CCS C Discussion   Posted: Mon Jul 15, 2013 12:41 pm   Subject: Pic24FJ64GB002 - External Oscillator 12 Mhz
Hello everyone...

I have a problem with this microcontroller. I want to make a simple program with an external oscillator using a crystal. I made firstly a program with internal oscillator at 8 MHz ...
  Topic: PIC18F4550 & HTF3223
asiklariskostas

Replies: 6
Views: 10430

PostForum: General CCS C Discussion   Posted: Mon Jul 08, 2013 2:59 pm   Subject: PIC18F4550 & HTF3223
Thanks a lot...

The program worked. I tried in the kitchen and the frequency is 8843Hz, so it has about 50% humidity according to the htf 3223 datasheet. The outside humidity according to the weath ...
  Topic: PIC18F4550 & HTF3223
asiklariskostas

Replies: 6
Views: 10430

PostForum: General CCS C Discussion   Posted: Sun Jul 07, 2013 2:00 pm   Subject: PIC18F4550 & HTF3223
Smile I 've changed the default example from CCS, so i can use my microcontroller. It is strange, but i don't know either many things about interrupts and that makes it more difficult to me.
  Topic: PIC18F4550 & HTF3223
asiklariskostas

Replies: 6
Views: 10430

PostForum: General CCS C Discussion   Posted: Sun Jul 07, 2013 11:13 am   Subject: PIC18F4550 & HTF3223
So, first i have to enable GLOBAL interrupts and then interrupts in CCP1, right??? But it didn't work again. My sensor has only one pin for the frequency. So, i connect only this pin to CCP1. Have i t ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group