Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Dec 24, 2023
1 parent e5f7eb1 commit d9e850d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@

# 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).

This firmware should be compatible with CANable adapters, but has not been tested.

[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/).

Expand Down

0 comments on commit d9e850d

Please sign in to comment.