Author |
Message |
Topic: problem with switch case statements |
josue
Replies: 2
Views: 5233
|
Forum: General CCS C Discussion Posted: Wed Feb 05, 2014 7:55 am Subject: problem with switch case statements |
Thank you, thank you, thank you very much PCM programmer... very helpfull... |
Topic: problem with switch case statements |
josue
Replies: 2
Views: 5233
|
Forum: General CCS C Discussion Posted: Mon Feb 03, 2014 9:19 pm Subject: problem with switch case statements |
Hi everybody.. Im trying to do a switch case statement but the compiler throws an error...
*** Error 117 "probando_uart.c" Line 142(1,2): Improper use of a function identifier
*** Error ... |
Topic: Problem with Interruption INT_RDA |
josue
Replies: 12
Views: 20216
|
Forum: General CCS C Discussion Posted: Wed Jan 29, 2014 9:18 am Subject: Problem with Interruption INT_RDA |
hi everybody... i try this code in my PIC and it went fine...
while(1)
{
if(i == 10){
for(i=0;i<=10;i++){
putc(recepcionXbee[i ... |
Topic: Problem with Interruption INT_RDA |
josue
Replies: 12
Views: 20216
|
Forum: General CCS C Discussion Posted: Wed Jan 29, 2014 8:47 am Subject: Problem with Interruption INT_RDA |
Hi ezflyr.. i did my first test like you told me.. my hardware is ok.. i send byte/char by the hypertemrinal and PIC receive and send back to the hyperterminal.
while(1)
{
... |
Topic: Problem with Interruption INT_RDA |
josue
Replies: 12
Views: 20216
|
Forum: General CCS C Discussion Posted: Wed Jan 29, 2014 7:43 am Subject: Problem with Interruption INT_RDA |
Guys i will upload a video to explain what is happening right now.. you can see on this link, i wanna apologize but im practicing my english..
http://www.youtube.com/watch?v=bHSI-uA5JYU&featu ... |
Topic: Problem with Interruption INT_RDA |
josue
Replies: 12
Views: 20216
|
Forum: General CCS C Discussion Posted: Wed Jan 29, 2014 6:45 am Subject: Problem with Interruption INT_RDA |
Hi Ttelmah thank you very much..
what i mean?
INT_RDA is activated forever???
what happen with my program?? it goes well until the first INT_RDA appears, then it freezes ( but the microcontro ... |
Topic: Problem with Interruption INT_RDA |
josue
Replies: 12
Views: 20216
|
Forum: General CCS C Discussion Posted: Tue Jan 28, 2014 5:53 pm Subject: Problem with Interruption INT_RDA |
Hi exflyr
You mean that while(kbhit()) is not necesary??
And i know that we dont have to write any delay_ms inside a isr... Thank you!!
I tried writting output_toggle(PIN_B4) but nothing happ ... |
Topic: Problem with Interruption INT_RDA |
josue
Replies: 12
Views: 20216
|
Forum: General CCS C Discussion Posted: Tue Jan 28, 2014 3:39 pm Subject: Problem with Interruption INT_RDA |
Hi PCM_PROGRAMER thank you very much for your comments..
Look i tried in this way:
/////////////////////////////////////////////////////////////////////////////
//
// Interrupción TIMER 0
// ... |
Topic: Problem with Interruption INT_RDA |
josue
Replies: 12
Views: 20216
|
Forum: General CCS C Discussion Posted: Tue Jan 28, 2014 1:55 pm Subject: Problem with Interruption INT_RDA |
Hello everybody, i´m making a project about INMOTIC, using XBEE, JAVA and USB.
JAVA. I used netbeans to program my interface and i had already connect with the pic. (USB connection)
I have a pr ... |
|