mac-can / SLCAN

Libray for Lawicel SLCAN Protocol (Serial-Line CAN)
https://www.mac-can.net/slcan.html
BSD 2-Clause "Simplified" License
7 stars 1 forks source link

Implement SLCAN library to Arduino and SavvyCAN #7

Open ilomon10 opened 2 months ago

ilomon10 commented 2 months ago

I was looking solid library that enable the Arduino that can communicate to SavvyCAN directly with Lawicel Protocol. Then i saw this repo but don't know how to use with Arduino code. Latest i tried with this kind of code by MrDiy from his youtube video.

Can you please share some advice to write the code for arduino that can communicate with Savvycan. Or some guide to port this repo for arduino specific library?

mac-can commented 1 month ago

The source code in this repo implements the host side of the SLCAN protocol; it is part of the CAN-over-Serial-Line Interfaces project.

I guess you want to have an implementation of the client side which accesses the CAN bus and communicates with SavvyCAN via (virual) COM port using the SLCAN protocol. Right?

Have a look at this repo: https://github.com/linklayer/cantact-fw