dfieschko / RP1210

A Python32 implementation of the RP1210C standard. Now with 100% test coverage!
MIT License
20 stars 12 forks source link

add a python-can interface to this RP1210 package #107

Closed BenGardiner closed 5 months ago

BenGardiner commented 5 months ago

✨ Enhancements

with this any python-can tool can use a RP1210 adapter

👀 Checklist

yes; with scapy.automotive and can.logger using both NXULNK32:1 and DGDPA5MA as -c arguments to -i rp2110

dfieschko commented 5 months ago

Wow, awesome! Thanks for providing this.

BenGardiner commented 5 months ago

Wow, awesome! Thanks for providing this.

Hey my pleasure !

Is there anything in the way of merging this? It's certainly possible that I got the setup.py paths wrong ...

zariiii9003 commented 4 months ago

@BenGardiner You could add this to the python-can docs and add it as an optional dependendy in python-can