Author |
Message |
Topic: CAN and RS485 don't work in one file |
t90
Replies: 4
Views: 5748
|
Forum: General CCS C Discussion Posted: Wed Dec 31, 2008 8:23 pm Subject: CAN and RS485 don't work in one file |
I delete it, but it don't work. |
Topic: CAN and RS485 don't work in one file |
t90
Replies: 4
Views: 5748
|
Forum: General CCS C Discussion Posted: Wed Dec 31, 2008 7:31 pm Subject: CAN and RS485 don't work in one file |
I use #int_timer0 to handle the data receiving from RS485. But it don't
work, so that I delete #int_timer0 but I forget to delete setup_timer0.
Now I delete setup_timer0 but it still don't work. P ... |
Topic: CAN and RS485 don't work in one file |
t90
Replies: 4
Views: 5748
|
Forum: General CCS C Discussion Posted: Wed Dec 31, 2008 6:03 am Subject: CAN and RS485 don't work in one file |
I have a problem with CAN bus and RS485. When CAN bus in single file it work well, RS485 work also. But when I implement those in same file they don't work. Please help me!
Here is my code.
#include ... |
Topic: my list not work |
t90
Replies: 0
Views: 2013
|
Forum: General CCS C Discussion Posted: Sun Dec 07, 2008 10:12 am Subject: my list not work |
I'm working with 18f4550. I implement the static_list via array 20 element that every element is a struct. Main method in my list is insert(); In this function I invoke 2 function bcopy() (I tested th ... |
Topic: Why can I not compare two arrays of 4 elements ? |
t90
Replies: 2
Views: 3564
|
Forum: General CCS C Discussion Posted: Wed Dec 03, 2008 9:26 pm Subject: Why can I not compare two arrays of 4 elements ? |
The value of my compare function doesn't return the truth value although
I tried every solution but it still doesn't return the right value. Someone please help me!
Here is my code:
First solutio ... |
Topic: How to change the value of the array via function? |
t90
Replies: 5
Views: 4488
|
Forum: General CCS C Discussion Posted: Tue Dec 02, 2008 9:49 pm Subject: Thank you Wayne_ |
It's well active. Thank you! |
Topic: How to change the value of the array via function? |
t90
Replies: 5
Views: 4488
|
Forum: General CCS C Discussion Posted: Tue Dec 02, 2008 8:55 am Subject: How to change the value of the array via function? |
Thank you very much! But the values displayed in LCD isn't values I have input in my array. Here is my entire code. Please see it for me!.
#include "18f4550.h"
#device HIGH_INTS=TRUE
#use ... |
Topic: How to change the value of the array via function? |
t90
Replies: 5
Views: 4488
|
Forum: General CCS C Discussion Posted: Tue Dec 02, 2008 2:09 am Subject: How to change the value of the array via function? |
I work in project that use PIC18f4550. In my project I implement one function to copy value from 1 variable to 1 member in 1 array consist 20 member which 1 member is a char variable has 4 member. But ... |
Topic: USB gamepad in PIC 18f4550 can't start |
t90
Replies: 0
Views: 7112
|
Forum: General CCS C Discussion Posted: Thu Nov 27, 2008 9:38 am Subject: USB gamepad in PIC 18f4550 can't start |
Hello! I am try to make the gamepad USB via PIC 18f4550. To implement the project I read all example for hid device in Devices folder, and I found in the web www.usb.org the example about gamepad desc ... |
Topic: problem with Linked-List |
t90
Replies: 4
Views: 5758
|
Forum: General CCS C Discussion Posted: Wed Sep 24, 2008 1:55 am Subject: problem with Linked-List |
Thanks both of you. But, when I have just done as Wayne_ answer, the compiler report that "invalid type conversion":
Error Insert( char X[2], struct Node **L )
{
... |
Topic: problem with Linked-List |
t90
Replies: 4
Views: 5758
|
Forum: General CCS C Discussion Posted: Mon Sep 22, 2008 10:34 pm Subject: problem with Linked-List |
I'm doing a graduating project about the Alarm clock. To implement this project I use the Linked list. There is no problem during compilation, no errors appear. But when I write the hex file into PIC ... |
|