Author |
Message |
Topic: How to use remote frame in CAN |
sadism04
Replies: 2
Views: 5836
|
Forum: General CCS C Discussion Posted: Thu Apr 22, 2010 2:54 pm Subject: How to use remote frame in CAN |
I wonder what is diference between data frame and remote frame. How to use remote frame in program.
Could you show example code ? |
Topic: Can anyone interpret me about #use rs232(........) |
sadism04
Replies: 1
Views: 4582
|
Forum: General CCS C Discussion Posted: Thu Apr 22, 2010 2:46 pm Subject: Can anyone interpret me about #use rs232(........) |
#use rs232(baud=9600, xmit = PIN_C6, rcv = PIN_C7, parity = N, bits = 8)
#use rs232(uart1, baud = 19200, Enable = EPIN, stream = Remote, DISABLE_INTS)
#use rs232(DEBUGGER, baud ... |
Topic: I have project about USB2CAN!! Anybody can help me?? |
sadism04
Replies: 0
Views: 2807
|
Forum: General CCS C Discussion Posted: Sun Apr 18, 2010 9:08 pm Subject: I have project about USB2CAN!! Anybody can help me?? |
I have USB2CAN of imfsoft.
http://www.imfsoft.com/hardware/produkty/usb-can-adapter-triple-drivers.asp
But I don't know how to use it, how to connect, how to use its application.
Has anyone used t ... |
Topic: Problem to transmit and receive message via CAN |
sadism04
Replies: 1
Views: 4904
|
Forum: General CCS C Discussion Posted: Thu Apr 08, 2010 11:39 pm Subject: Problem to transmit and receive message via CAN |
I have 2 PIC18f458 and want one is transmitter and another is receiver.
Transmitter
void main(void)
{
out_data[0] = 0x11 ;
out_data[1] = 0xCC ;
out_dat ... |
|