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 3 matches
CCS Forum Index
Author Message
  Topic: USART parity problem on 18f8722
ben fem

Replies: 3
Views: 5956

PostForum: General CCS C Discussion   Posted: Tue Dec 05, 2006 3:33 am   Subject: USART parity problem on 18f8722
Hi everyone,

I have a problem with pic 18f8722.

When i try to compile :
#use rs232(baud=9600,parity=O,xmit=PIN_C6,rcv=PIN_C7,bits=9)

The compiler answer :
*** Error 100 "D:\TEM ...
  Topic: Date and time routines
ben fem

Replies: 10
Views: 92213

PostForum: Code Library   Posted: Thu May 18, 2006 8:37 am   Subject: Date and time routines

#define IS_LEAP(year) ((year % 4 == 0) &&( (year % 100 != 0) || (year % 400 == 0) ) )


I think it's better Wink

EDIT : This routine ...
  Topic: FAT16 file system for MMC using SPI interface
ben fem

Replies: 28
Views: 244145

PostForum: Code Library   Posted: Thu May 18, 2006 3:23 am   Subject: FAT16 file system for MMC using SPI interface
Hello Douglas Kennedy (or someone else),

I now this topic is already 2 years old but can you give an example on how to write a file ? (f.e. counting form 1 to 1000 in 10 lines of 100 ?)
As you hav ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group