OpenCyphal / pycyphal

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

Register API: hexadecimals not supported #269

Open pavel-kirienko opened 1 year ago

pavel-kirienko commented 1 year ago
$ y r 125 uavcan.sub.readiness.id 0xFFFF
Assignment failed at node 125: ValueConversionError: Cannot update ValueProxy(uavcan.register.Value.1.0(natural16=uavcan.primitive.array.Natural16.1.0(value=[10]))) from environment value '0xFFFF'
pavel-kirienko commented 1 year ago

https://github.com/OpenCyphal/pycyphal/blob/1c4539390016eafb87b8377259b425883f19ee2e/pycyphal/application/register/_value.py#L154