How to design protocol stack with can-bus driver of character driver

2011-01-13 Thread cheng chen
Hi all, I am working on vehicle body control system with can-bus as my BE final project. It contains three parts. 1.CAN chip driver 2.CAN-bus protocol stack 3.UI The problem is that I already have written the CAN chip driver as a character device driver using IO-simulated SPI. So with this

Re: How to design protocol stack with can-bus driver of character driver

2011-01-13 Thread Daniel Baluta
Hi, On Thu, Jan 13, 2011 at 6:42 PM, cheng chen freakro...@acm.org wrote: Hi all, I am working on vehicle body control system with can-bus as my BE final project. It contains three parts. 1.CAN chip driver 2.CAN-bus protocol stack 3.UI The problem is that I already have written the CAN

Re: How to design protocol stack with can-bus driver of character driver

2011-01-13 Thread Greg KH
On Fri, Jan 14, 2011 at 12:42:52AM +0800, cheng chen wrote: Hi all, I am working on vehicle body control system with can-bus as my BE final project. It contains three parts. 1.CAN chip driver 2.CAN-bus protocol stack 3.UI The problem is that I already have written the CAN chip driver