Replies: 1 comment
-
Does this example code help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to do the following:
can_logconvert.exe ascfile.asc logfile.log
but I want to do in python instead of the windows command line:
import can
can.logconvert #no attribute logconvert error
How do I use the module from my python script passing in the file handles?
Beta Was this translation helpful? Give feedback.
All reactions