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 4 matches
CCS Forum Index
Author Message
  Topic: PIC24/dsPICĀ® Compiler Comments
Replika

Replies: 36
Views: 124277

PostForum: General CCS C Discussion   Posted: Sat Jun 28, 2008 8:20 pm   Subject: program eeprom
I am trying with 30F6010A.
There is no available of read_program_eeprom / write_program_eeprom?
I have error Undefined identifier Crying or Very sad
  Topic: PIC & PC - Request to send
Replika

Replies: 6
Views: 5670

PostForum: General CCS C Discussion   Posted: Wed Apr 23, 2008 11:02 am   Subject: PIC & PC - Request to send
But I have to store large amout of bytes, so I can not store them in ram.
Any advice?
I've tested. My program works well (write_program_eeprom) with baud rate 2400. (Still not check the INT_TBE yet) ...
  Topic: PIC & PC - Request to send
Replika

Replies: 6
Views: 5670

PostForum: General CCS C Discussion   Posted: Wed Apr 23, 2008 9:37 am   Subject: PIC & PC - Request to send
Thanks you two.
I know in PIC, we have to received first, but I'm still confused about using interrupt for sending data to rs232 port. I have INT_RDA for receiving, and INT_TBE for sending? Could you ...
  Topic: PIC & PC - Request to send
Replika

Replies: 6
Views: 5670

PostForum: General CCS C Discussion   Posted: Tue Apr 22, 2008 10:00 pm   Subject: PIC & PC - Request to send
I'm trying to communicate between PC and PIC16F877A

Here is my snippet:
#include <16F877A.h>
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(clock=20000000)
#use rs232(baud=2400,pa ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group