03-18-2009 09:31 AM
Hi All,
Anyone can help me in understanding what is a "CAN channel"
what is the difference between CAN channel and interface.
Really confused...Please explain in detail or provide some link having detail explations or examples...
thanks in advance....
03-19-2009 12:52 AM
03-19-2009 10:37 AM
OK, I'll give it a shot.
The CAN interface is the hardware of the system. It is the 9 pin D-sub and the cables that are connected to it. It is also the driver for that hardware. It can also be the information passing on that cable.
The CAN channel is a particular piece of datum that is transfered via the interface. There are two ways to thing of the data transfered via CAN: Frames and Channels. Frames are a message including its header and data. Cahnnels are the individual packets of data in the message.
Analogy: Grocery list.
Channels are the items on the list.
Message is today's list.
Interface is pen and paper for creating, reading,and checking off the list.
Hope that this helps!
Bob Young