Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[PIC] How OSI model's Physical & data link layer r useful in writing code for CAN bus

Status
Not open for further replies.

Pallavi Burje

Junior Member level 1
Junior Member level 1
Joined
Oct 29, 2013
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
121
hi,

I m doing project on CAN bus communication using PICDEM CAN-LIN 2 board. I want to monitor 3 sensors and if one of it will give wrong or repeated value then text message related to that lcd will display.. But i m not getting how are the steps to write C code for CAN bus transmission and receiver and OSI model's physical and data link layer are useful for CAN communication???.. so please help..
 

Re: How OSI model's Physical & data link layer r useful in writing code for CAN bus

Refer following Link
www.cl.cam.ac.uk/research/srg/HAN/Lambda/webdocs/an713.pdf

actually Physical layer means connection we do physically with can that is we convert data to electrical waveforms.
Object layer and transfer layer comprises all service and function of data link layer.
and main protocol implemented in this layers that is handling of error and arbitration. Which data is to transmit to whom and which data receive from whom and for what.
OSI.PNG
 

Re: How OSI model's Physical & data link layer r useful in writing code for CAN bus

Refer following Link
www.cl.cam.ac.uk/research/srg/HAN/Lambda/webdocs/an713.pdf

actually Physical layer means connection we do physically with can that is we convert data to electrical waveforms.
Object layer and transfer layer comprises all service and function of data link layer.
and main protocol implemented in this layers that is handling of error and arbitration. Which data is to transmit to whom and which data receive from whom and for what.
View attachment 101664

Thank You for such important information..
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top