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
FromCanUtilsLog.py fails to reformat lines without data after the arbid
Example
(1672682646.133427) can0 0E0014F2#
The Holley terminator x for some reason will create messages with no data like this .
Not to be confused with a line with 0's
example
(1672682697.717538) can0 1E3754F2#0000000000000000
I am just going to clean my log file before processing with the this awesome piece of software.
here is the cli example of how i will do it
cat candump-2023-01-02_110400.log | sed '/#$/d' > candump-2023-01-02_110400_noBlanks.log
The text was updated successfully, but these errors were encountered:
350SBC
changed the title
extended Arbitration Ids( 29 bit or 8Char)
FromCanUtilsLog.py doesnt handle lines with no data after the arb id
Jan 13, 2023
FromCanUtilsLog.py fails to reformat lines without data after the arbid
Example
(1672682646.133427) can0 0E0014F2#
The Holley terminator x for some reason will create messages with no data like this .
Not to be confused with a line with 0's
example
(1672682697.717538) can0 1E3754F2#0000000000000000
I am just going to clean my log file before processing with the this awesome piece of software.
here is the cli example of how i will do it
cat candump-2023-01-02_110400.log | sed '/#$/d' > candump-2023-01-02_110400_noBlanks.log
The text was updated successfully, but these errors were encountered: