Hello!
I want to use uavcan gui tool through usb-can adapter. (uavcan v0)
I bought an adapter that supports CANable v2.0, is there a possibility that uavcan gui tool won’t support this?
I uploaded slcan firmware, but it does not connect to uavcan gui tool.
and i got the following error : Could not initialize UAVCAN node.SLCAN ACK timeout
I just bought a Makerbase CANable V2.0 Pro and update it to
”V2.5 firmware” from ( CANable 2.5 Firmware Update - Slcan & Candlelight ). The slcan seems works fine if you test it using python-can and putty. But the DroneCAN GUI Tool does not work. The problem is related to the buggy implementation of pydronecan/dronecan/driver/slcan.py at master · dronecan/pydronecan. It seems it’s based on zubax’s version of slcan, which is different from Canable 2.0 implementation. But I did not dig into the details.