OpenCyphal / pycyphal

Python implementation of the Cyphal protocol stack.
https://pycyphal.readthedocs.io/
MIT License
119 stars 106 forks source link

Add USB2CAN support to pythoncan transport #156

Closed wiboticalex closed 3 years ago

wiboticalex commented 3 years ago

This pull request adds usb2can support to the python-can wrapper transport. This allows using the USB2CAN adapter to interact with UAVCAN devices on Windows.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 38261046


Files with Coverage Reduction New Missed Lines %
/home/appveyor/projects/pyuavcan/pyuavcan/transport/can/_session/_input.py 1 98.56%
/home/appveyor/projects/pyuavcan/pyuavcan/transport/can/media/pythoncan/_pythoncan.py 36 70.26%
<!-- Total: 37 -->
Totals Coverage Status
Change from base Build 38260964: -0.03%
Covered Lines: 13417
Relevant Lines: 13857

💛 - Coveralls