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
If parsed data has shortened, overwrite end of line with spaces (#1201)
* If parsed data has shortened, overwrite end of line with spaces
This bug could easily be replicated by running:
`python can_viewer.py -c vcan0 -i socketcan -d "123:>BB"`
In another terminal send:
`cansend vcan0 123#FFFF`
Followed by:
`cansend vcan0 123#0001`
* Fill until end of available line after parsed data
as suggedted by @zariiii9003
0 commit comments