OpenCyphal / pycyphal

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

Handle Windows COM ports correctly #9

Closed pavel-kirienko closed 8 years ago

pavel-kirienko commented 8 years ago

Offending line: https://github.com/UAVCAN/pyuavcan/blob/master/uavcan/node.py#L96

device.startswith("/dev")
pavel-kirienko commented 8 years ago

Fixed with https://github.com/UAVCAN/pyuavcan/pull/11