P2 Driver for CAN bus
jay_harlow
Posts: 43
in Propeller 2
Has anyone got a P2 driver for the MCP2515 CAN protocol controller
https://www.mikroe.com/can-spi-33v-click
Which SPI driver should I start with?
Jay
Comments
If I didn't mention it already ;-). My P1 driver could be a starting point: MCP2515 at P1 Obex (github)
I have a P1 driver as well, written for a commercial HVAC project some years ago. P1-->P2 is a pretty easy transition.
Here's my 2515 object already ported to the P2; the spi driver is built in. I also have a CANbus object for going straight from the P2 to a 2551 without the need for a 2515.
Also have a driver for the 2517-FD, and got most of a P2-based FD controller hashed out.