Silver Valdvee
Silver Valdvee
Python-CAN is occasionally broken so we have to implement this.
Old implementation: https://github.com/dronecan/pydronecan/blob/master/dronecan/driver/slcan.py SLCAN protocol specification: https://files.zubax.com/products/com.zubax.babel/Zubax_Babel_Datasheet.pdf
While not a bare bones example, this Sapog repository is closer to what you need than the demo repository: - it runs on actual hardware instead of just as a...
I confirmed that this issue doesn't appear with Ubuntu 20.04 and otherwise same pywebview version and webrenderer
No errors and when I use Chrome to see the debugging window (usually I can see the windows here for debugging), then I don't see any windows listed. I cannot...
This also just happens on a Windows machine
This is probably linked to: https://github.com/OpenCyphal/pycyphal/issues/286
On Windows it is important to note that a REALTIME priority level can be assigned to the process.
This is a continuation of #1490
I am doing this to improve the performance of SLCAN in Yakut (https://github.com/OpenCyphal/yakut) and Yukon (https://github.com/OpenCyphal/yukon).