From d9e850d88d5a8993c484000484f172ead6dd491b Mon Sep 17 00:00:00 2001 From: Yannis Date: Sun, 24 Dec 2023 20:35:30 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09f0cd9..7aa2217 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ -# CANine firmware +# CANine Schematics, Drawings and Firmware + +## Schematics and Drawings + +CANine is Certified Open Source Hardware + +[OSHW] GR000007 | Certified open source hardware | oshwa.org/cert + +## Firmware USB CDC firmware for the CANine USBāŸ·CAN Bus adapter. This firmware is based on slcan but gets rid of the Virtual Com Port cruft, resulting in leaner communication on all platforms, and especially on Windows. Most slcan commands are the same, but the CAN frame size is fixed and data is transmitted as binary (instead of ascii in slcan). @@ -7,11 +15,11 @@ This firmware should be compatible with CANable adapters, but has not been teste [Documentation](https://canine.readthedocs.io/en/latest/) -## Flashing +### Flashing We now offer [a simple Web-based firmware update service](https://tinymovr.github.io/CANine/). Instructions are available on the page. Chrome and Edge are supported. -## Using +### Using This firmware is compatible with python-can through the corresponding [plugin available on PyPi](https://pypi.org/project/python-can-canine/).