Author |
Message |
Topic: PIC24/dsPICĀ® Compiler Comments |
Replika
Replies: 36
Views: 124277
|
Forum: 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 |
Topic: PIC & PC - Request to send |
Replika
Replies: 6
Views: 5670
|
Forum: 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
|
Forum: 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
|
Forum: 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 ... |
|