ECToo / the-bus-pirate

Automatically exported from code.google.com/p/the-bus-pirate
Other
0 stars 1 forks source link

Protocol: LIN #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add LIN protocol. 

Check the Microchip MCP2021 transceiver.

Original issue reported on code.google.com by ianles...@gmail.com on 31 Mar 2009 at 2:37

GoogleCodeExporter commented 9 years ago
LIN is UART with a transceiver. Adapter board designed and waiting testing.

Original comment by ianles...@gmail.com on 3 Apr 2009 at 11:51

GoogleCodeExporter commented 9 years ago

Original comment by ianles...@gmail.com on 3 Apr 2009 at 11:52

GoogleCodeExporter commented 9 years ago
Adapter in SVN here: 
http://code.google.com/p/the-bus-pirate/source/browse/#

Here's a list of LIN app notes from Microchip: 
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2143¶m=e
n023255§ion=5

I originally thought LIN was just UART over a single wire with a transceiver, 
but it
also has some special characters and auto baud rates (I believe). I have yet to 
find
public domain LIN code in C to include in the project. I'm going to remove 
myself as
the owner, but leave the project as 'started'.

Original comment by ianles...@gmail.com on 28 Apr 2009 at 6:43