CAN bus: Difference between revisions
No edit summary |
|||
| Line 143: | Line 143: | ||
* cansend: transmit a CAN frame | * cansend: transmit a CAN frame | ||
The tools above all have ISO-TP variants in the [https://github.com/hartkopp/can-isotp can-isotp] project, replacing "can" with "isotp". | The tools above all have ISO-TP variants in the [https://github.com/hartkopp/can-isotp can-isotp] project, replacing "can" with "isotp". | ||
==See Also== | |||
* CiA's [https://www.can-cia.org/can-knowledge/can/can-history/ History of CAN], focusing on the early Bosch years | |||
* Kvaser's list of [https://www.kvaser.com/about-can/can-controllers-transceivers/can-bus-transceivers/ CAN transceivers] | |||
** Their whole [https://www.kvaser.com/can-protocol-tutorial/ CAN protocol tutorial] is best-of-breed, really | |||
* [https://en.wikipedia.org/wiki/OBD-II_PIDs ODB-II PIDs] at Wikipedia | |||
* Nicely HTMLized [https://www.kernel.org/doc/html/latest/networking/can.html kernel documentation] at kernel.org | |||