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 30 matches
CCS Forum Index
Author Message
  Topic: PIC 18f4455 + RS232 at 115200
quicksilver

Replies: 16
Views: 30411

PostForum: General CCS C Discussion   Posted: Fri Feb 28, 2014 1:15 pm   Subject: PIC 18f4455 + RS232 at 115200
No, I won't. I'm doing two different programs. It's a different project. Thank you for your concern.
  Topic: PIC 18f4455 + RS232 at 115200
quicksilver

Replies: 16
Views: 30411

PostForum: General CCS C Discussion   Posted: Fri Feb 28, 2014 11:33 am   Subject: PIC 18f4455 + RS232 at 115200
OK guys. I'm thinking to start a new post. Why? Because a couple of things have changed since the last time I posted. I'm using this fingerprint module. (Fingerprint Scanner - TTL (GT-511C3) #include ...
  Topic: pic16f688 + RTCC (Timer0 Overflow)
quicksilver

Replies: 7
Views: 13226

PostForum: General CCS C Discussion   Posted: Fri Feb 28, 2014 8:30 am   Subject: pic16f688 + RTCC (Timer0 Overflow)
After setting up several TIMER0 values, I came up with the solution. There is a limit in the value that you can set up. In this case that the it's 8 bit timer, there is no way to load a value of 255 o ...
  Topic: pic16f688 + RTCC (Timer0 Overflow)
quicksilver

Replies: 7
Views: 13226

PostForum: General CCS C Discussion   Posted: Thu Feb 27, 2014 1:45 pm   Subject: pic16f688 + RTCC (Timer0 Overflow)
Got it. I have to speed up my clock source. damn!!!!! Thank you guys. It's a shame that everything works on paper.
  Topic: pic16f688 + RTCC (Timer0 Overflow)
quicksilver

Replies: 7
Views: 13226

PostForum: General CCS C Discussion   Posted: Thu Feb 27, 2014 1:26 pm   Subject: pic16f688 + RTCC (Timer0 Overflow)
Thanks. It helped a lot. But to be honest, my question is not regarding how to set up a TIMER0. My questions is referred why my PIC can't toggle a pin in 1us using the TIMER0. I'm configuring my TIMER ...
  Topic: pic16f688 + RTCC (Timer0 Overflow)
quicksilver

Replies: 7
Views: 13226

PostForum: General CCS C Discussion   Posted: Thu Feb 27, 2014 11:26 am   Subject: pic16f688 + RTCC (Timer0 Overflow)
Hello everybody. Well, I've been struggling with this for a while.

I want to turn on and off a pin with the timer0 interruption without luck, the time is about 1us, however, when I configure the t ...
  Topic: PIC 18f4455 + RS232 at 115200
quicksilver

Replies: 16
Views: 30411

PostForum: General CCS C Discussion   Posted: Tue Feb 11, 2014 12:47 pm   Subject: PIC 18f4455 + RS232 at 115200
Ttelmah... Thank you very much, I have tried your fuses, I had some compilations errors, however. I deleted some fuses and works fine. I haven't tried the communication yet, I'm still working on it. B ...
  Topic: PIC 18f4455 + RS232 at 115200
quicksilver

Replies: 16
Views: 30411

PostForum: General CCS C Discussion   Posted: Fri Jan 31, 2014 2:42 pm   Subject: PIC 18f4455 + RS232 at 115200
Guys, good news. I did it. I got my LED working at 1000ms. Here it is the program.

#include <18F4455.h>
#FUSES NOWDT //No Watch Dog Timer
#FUSES WDT128 ...
  Topic: PIC 18f4455 + RS232 at 115200
quicksilver

Replies: 16
Views: 30411

PostForum: General CCS C Discussion   Posted: Fri Jan 31, 2014 1:42 pm   Subject: PIC 18f4455 + RS232 at 115200
I forgot something, I used the pins TX and RX without good results, still having the same error. All the data messed up.
  Topic: PIC 18f4455 + RS232 at 115200
quicksilver

Replies: 16
Views: 30411

PostForum: General CCS C Discussion   Posted: Fri Jan 31, 2014 1:33 pm   Subject: PIC 18f4455 + RS232 at 115200
Guys, thank you for everybody who is helping me. I´m using a board that I designed, with the same board I run an USB connection with the same 20MHz crystal. I´m prety sure that the fuses are wrong. ...
  Topic: PIC 18f4455 + RS232 at 115200
quicksilver

Replies: 16
Views: 30411

PostForum: General CCS C Discussion   Posted: Fri Jan 31, 2014 12:41 pm   Subject: PIC 18f4455 + RS232 at 115200
OK, here it is the program for the LED.

#include <18f4455.h>
#FUSES NOWDT //No Watch Dog Timer
#FUSES PLL1 //No PLL PreScaler
#FUSES HSPLL ...
  Topic: PIC 18f4455 + RS232 at 115200
quicksilver

Replies: 16
Views: 30411

PostForum: General CCS C Discussion   Posted: Fri Jan 31, 2014 12:18 pm   Subject: PIC 18f4455 + RS232 at 115200
Thank you for your quick answer. Let me explaint further what I´m doing and what I have done already.

I'm connecting my pic to a peripheral which work with that speed.

The LED programa I alre ...
  Topic: PIC 18f4455 + RS232 at 115200
quicksilver

Replies: 16
Views: 30411

PostForum: General CCS C Discussion   Posted: Fri Jan 31, 2014 11:44 am   Subject: PIC 18f4455 + RS232 at 115200
OK, here is my problem. I cannot get the correct characters in my hyperterminal, I have checked already in Proteus too and I get the same. I thing that I'm not working with the proper fuses. Here is m ...
  Topic: External Clock PIC16F688
quicksilver

Replies: 31
Views: 38248

PostForum: General CCS C Discussion   Posted: Mon Apr 09, 2012 3:46 pm   Subject: External Clock PIC16F688
So, is this true??? This was taken from the datasheet... page 52.

If an external clock oscillator is needed (and the
microcontroller is using the INTOSC without CLKOUT),
Timer1 can use the LP os ...
  Topic: Pic Consumption
quicksilver

Replies: 5
Views: 7459

PostForum: General CCS C Discussion   Posted: Thu Mar 29, 2012 8:52 am   Subject: Pic Consumption
Hey Guys, I'm working in a project in which I have to save as much energy as I can. So I've been thinking how to sleep the pic, and how to wake it up from sleep. So, I'd like to hear some suggestions. ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group