Author |
Message |
Topic: problem when combine node B with 7 segment at node D |
shapito
Replies: 1
Views: 4234
|
Forum: General CCS C Discussion Posted: Tue Apr 10, 2012 11:40 am Subject: problem when combine node B with 7 segment at node D |
I use CCS CAN Bus Prototype Board.
Node B use PIC16F876A. This is my coding:
#include <16F876A.h>
#device ICD=TRUE
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(clock=20000000)
#inc ... |
Topic: function not void and does not return a value |
shapito
Replies: 4
Views: 10900
|
Forum: General CCS C Discussion Posted: Thu Mar 22, 2012 11:10 am Subject: function not void and does not return a value |
thanx..its working...but the code "blah" i still confused where to put it.. |
Topic: function not void and does not return a value |
shapito
Replies: 4
Views: 10900
|
Forum: General CCS C Discussion Posted: Thu Mar 22, 2012 10:39 am Subject: function not void and does not return a value |
can somebody help me.why when I compile this program, error was shown.
#include <16F876A.h>
#device ICD=TRUE
#fuses HS,NOWDT,NOPROTECT,NOLVP
#use delay(clock=20000000)
#include <c ... |
Topic: Connect two board of CCS CAN Bus |
shapito
Replies: 13
Views: 37552
|
Forum: General CCS C Discussion Posted: Mon Feb 27, 2012 9:53 am Subject: Connect two board of CCS CAN Bus |
Can you explain about this?
#define WRITE_REGISTER_D_ID 0x400
and also this:
can_init();
can_putd(0x100,0,0,1,TRUE,FALSE); |
Topic: Connect two board of CCS CAN Bus |
shapito
Replies: 13
Views: 37552
|
Forum: General CCS C Discussion Posted: Mon Feb 27, 2012 9:35 am Subject: Connect two board of CCS CAN Bus |
really?...what function that you have done? |
Topic: Connect two board of CCS CAN Bus |
shapito
Replies: 13
Views: 37552
|
Forum: General CCS C Discussion Posted: Mon Feb 27, 2012 9:19 am Subject: Connect two board of CCS CAN Bus |
can you give me 1 simple coding?...So that can make me more understand. |
Topic: Connect two board of CCS CAN Bus |
shapito
Replies: 13
Views: 37552
|
Forum: General CCS C Discussion Posted: Mon Feb 27, 2012 8:11 am Subject: Connect two board of CCS CAN Bus |
i still cant do switch from node A to control led at node B.
i still not understand about can bus protocol... |
Topic: Connect two board of CCS CAN Bus |
shapito
Replies: 13
Views: 37552
|
Forum: General CCS C Discussion Posted: Wed Feb 22, 2012 9:35 am Subject: Connect two board of CCS CAN Bus |
i have use pic compiler version 4.049.
in that prototype have 4 node. The detail is like this:
- node A (PIC18F4580)
- node B (PIC16F876A and MCP2515)
- node C (MCP25050)
- node D (MCP25050)
h ... |
Topic: Connect two board of CCS CAN Bus |
shapito
Replies: 13
Views: 37552
|
Forum: General CCS C Discussion Posted: Tue Feb 21, 2012 5:17 am Subject: Connect two board of CCS CAN Bus |
I still blur in connect two prototype boards on CCS CAN Bus... Can someone help me? |
|