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 19 matches
CCS Forum Index
Author Message
  Topic: M41T56 RTC driver anyone?
picker

Replies: 2
Views: 5504

PostForum: General CCS C Discussion   Posted: Thu May 18, 2006 3:15 am   Subject: M41T56 RTC driver anyone?
Has anyone worked with this RTC before (ST). I need a driver for the unit.

Thanks
Kevin
  Topic: Why was the 18F8720 replaced?
picker

Replies: 3
Views: 4837

PostForum: General CCS C Discussion   Posted: Mon Jan 02, 2006 12:07 pm   Subject: Why was the 18F8720 replaced?
Can anyone tell me why the 8720 has been replaced by 8722?

Picker
  Topic: UDP Example - CCS TCP|\IP board
picker

Replies: 1
Views: 5317

PostForum: General CCS C Discussion   Posted: Wed Apr 20, 2005 3:12 am   Subject: UDP Example - CCS TCP|\IP board
I have just bought the TCP/ip dev unit from CCS and haven't really looked at it , but the reason behind buying was to implement UDP with it for one of my projects. I dont see a UDP example though, doe ...
  Topic: How do you check the equality of two byte arrays
picker

Replies: 12
Views: 14783

PostForum: General CCS C Discussion   Posted: Tue Jan 18, 2005 4:00 am   Subject: How do you check the equality of two byte arrays
Fantastic! Thanks, I'm still running 3.180. I'm too scared to upgrade to a newer version (although I download them) , because everything seems to be working (until I got to memcmp!) and my motto is if ...
  Topic: How do you check the equality of two byte arrays
picker

Replies: 12
Views: 14783

PostForum: General CCS C Discussion   Posted: Tue Jan 18, 2005 3:18 am   Subject: It doesn't beep OK
No Beep
  Topic: How do you check the equality of two byte arrays
picker

Replies: 12
Views: 14783

PostForum: General CCS C Discussion   Posted: Tue Jan 18, 2005 2:17 am   Subject: Tried it but somehow doesn't work
Here's the code , what am I missing?

byte Master[8];
byte buffer[8];
...
...
...
...
...
for (i=0;i<8;i++)
Master[i]=buffer[i];

if (memcmp(buffer,master,sizeof(buffer))==0)
Beep_ok( ...
  Topic: How do you check the equality of two byte arrays
picker

Replies: 12
Views: 14783

PostForum: General CCS C Discussion   Posted: Tue Jan 18, 2005 12:54 am   Subject: Memcmp doesn't seem to be defined...
It doesn't look like memcmp exists, although it shows in the help file.
  Topic: How do you check the equality of two byte arrays
picker

Replies: 12
Views: 14783

PostForum: General CCS C Discussion   Posted: Mon Jan 17, 2005 7:52 am   Subject: How do you check the equality of two byte arrays
I'd like to check whether two arrays are exactly equal (same values in indeces) but the following does not seem to work

byte ONE[5];
byte TWO[5];

.....
....

....

...

if (ONE==TWO)
S ...
  Topic: Vehicle GPS system ,code, buy
picker

Replies: 3
Views: 8784

PostForum: General CCS C Discussion   Posted: Sat Nov 06, 2004 9:54 pm   Subject: Vehicle GPS system ,code, buy
Some time ago I saw someone offering a vehicle positioning system using a PIC microcontroller on this forum. We're starting with a project and buying some of the code would be a great help.

Anywone ...
  Topic: Keypad Problem in 18F8720
picker

Replies: 3
Views: 12431

PostForum: General CCS C Discussion   Posted: Wed Mar 24, 2004 11:20 am   Subject: Keypad and 18F8720
Did you use the CCS driver for a keypad? If you did, you have run into the same problem that I had some months ago. It has something to do with the driver. I ended up writing a much simpler driver whi ...
  Topic: #USE RS232 Errors explain...
picker

Replies: 3
Views: 13258

PostForum: General CCS C Discussion   Posted: Sun Mar 21, 2004 2:35 am   Subject: #USE RS232 Errors explain...
Can someone please explain why it is necessary to write a handler for the Error directive. I have used the hardware uart for years without even looking at the errors. How do framing and overrun errors ...
  Topic: Design idea - will it work?
picker

Replies: 5
Views: 15858

PostForum: General CCS C Discussion   Posted: Fri Feb 27, 2004 11:33 pm   Subject: Design idea - will it work?
Hello everyone,

I am in the early stages of a design I am interested in, which will have an "intelligent" device connected to a PIC18F8720's one serial port and the PIC connected to the PC via the ...
  Topic: BCD to byte and back
picker

Replies: 5
Views: 17619

PostForum: General CCS C Discussion   Posted: Mon Jan 05, 2004 6:06 am   Subject: BCD to Byte and back
Thanks guys...
  Topic: BCD to byte and back
picker

Replies: 5
Views: 17619

PostForum: General CCS C Discussion   Posted: Mon Jan 05, 2004 2:34 am   Subject: BCD to byte and back
I need to increment a BCD value. My thoughts were to convert the BCD to a byte add 1 and then convert back to BCD. Does anyone have any code that converts BCD to Byte and back?

Thanks
Kevin
  Topic: Keyb.C and 18F452!!!
picker

Replies: 2
Views: 13642

PostForum: General CCS C Discussion   Posted: Sun Dec 07, 2003 11:57 pm   Subject: Pull-up resistors...
I thought I'd add this to the topic....


I did have resistors on the cols, but they were 5k resistors and as a last resort I tried 10k resistors and IT WORKED!!!!!!!!!!!!!!!!! Thanks to PCM Progra ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group