You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yakut reg produces wrong format on output for natural8 with option -d
bernhard@notebookR60P-22:~$ y -i 'CAN(can.media.socketcan.SocketCANMedia("slcan0",8),59)' r 42 uavcan.node.id
11
bernhard@notebookR60P-22:~$ y -i 'CAN(can.media.socketcan.SocketCANMedia("slcan0",8),59)' r -d 42 uavcan.node.id
natural8: {value: "\v"}
bernhard@notebookR60P-22:~$ y --version
yakut, version 0.11.1
The text was updated successfully, but these errors were encountered:
On Sun, Sep 18, 2022, 09:44 generationmake ***@***.***> wrote:
yakut reg produces wrong format on output for natural8 with option -d
***@***.****:*~*$ y -i 'CAN(can.media.socketcan.SocketCANMedia("slcan0",8),59)' r 42 uavcan.node.id
11 ***@***.****:*~*$ y -i 'CAN(can.media.socketcan.SocketCANMedia("slcan0",8),59)' r -d 42 uavcan.node.id
natural8: {value: ***@***.****:*~*$ y --version
yakut, version 0.11.1
—
Reply to this email directly, view it on GitHub
<#65>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAZFIZFJNS6Z7DXX7HE4UI3V6223PANCNFSM6AAAAAAQPJ76MU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Okay, \v is recognized as a printable character. This will have to wait
until OpenCyphal/specification#51 is implemented,
which shouldn't take too long.
yakut reg produces wrong format on output for natural8 with option -d
The text was updated successfully, but these errors were encountered: