Author |
Message |
Topic: can bus help me plz |
foufou_tn
Replies: 17
Views: 20132
|
Forum: General CCS C Discussion Posted: Tue Apr 17, 2012 9:59 am Subject: can bus help me plz |
The problem was easy because I just use buffer
buffer[0]=1;
buffer[1]=0;
buffer[2]=0;
buffer[3]=0;
buffer[4]=0;
buffer[5]=0;
... |
Topic: can bus help me plz |
foufou_tn
Replies: 17
Views: 20132
|
Forum: General CCS C Discussion Posted: Mon Apr 16, 2012 1:11 pm Subject: can bus help me plz |
Thanks everybody it was a simple problem and its solved, thanks. |
Topic: can bus help me plz |
foufou_tn
Replies: 17
Views: 20132
|
Forum: General CCS C Discussion Posted: Sat Apr 14, 2012 1:41 pm Subject: can bus help me plz |
Thank you so much. I will try this tomorrow and tell you what happen |
Topic: can bus help me plz |
foufou_tn
Replies: 17
Views: 20132
|
Forum: General CCS C Discussion Posted: Sat Apr 14, 2012 10:44 am Subject: can bus help me plz |
its not working i have to change the crystal from 8mhz to 20mhz or not ??? |
Topic: can bus help me plz |
foufou_tn
Replies: 17
Views: 20132
|
Forum: General CCS C Discussion Posted: Sat Apr 14, 2012 7:10 am Subject: can bus help me plz |
i have change the resistors to 47k as you say and i have test the last 2 code and its not working who can help me about this plz cuz thats thing is so importing to my future plz. |
Topic: can bus help me plz |
foufou_tn
Replies: 17
Views: 20132
|
Forum: General CCS C Discussion Posted: Sat Apr 14, 2012 4:59 am Subject: can bus help me plz |
plz i have write 2 code just tell me plz if this will work ?
If no where is the problem :(
this is the code for board1
#include <can-18xxx8.c>
int i=0;
void main()
{
s ... |
Topic: can bus help me plz |
foufou_tn
Replies: 17
Views: 20132
|
Forum: General CCS C Discussion Posted: Sat Apr 14, 2012 4:11 am Subject: can bus help me plz |
thx MikeW i will try but i did not found this in datasheet plz tell me my c code is okey or i have to make changes in my code ??? thx |
Topic: can bus help me plz |
foufou_tn
Replies: 17
Views: 20132
|
Forum: General CCS C Discussion Posted: Sat Apr 14, 2012 2:27 am Subject: can bus help me plz |
plz i have upload the photos can you check my code for me ?
thanks
http://www.monsterup.com/image.php?url=upload/1334391552452.png
http://www.monsterup.com/image.php?url=upload/1334391552390.jpg |
Topic: can bus help me plz |
foufou_tn
Replies: 17
Views: 20132
|
Forum: General CCS C Discussion Posted: Fri Apr 13, 2012 4:59 pm Subject: can bus help me plz |
Hi plz help me to make a can bus connection for 2 pic18f458.
Thats my work:
http://www.monsterup.com/image.php?url=upload/1334391552452.png
http://www.monsterup.com/image.php?url=upload/133439155 ... |
|