BLF Write to socket - help #1536
Unanswered
lesliehallaerospace
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I am new to python-can and working with sockets in general, so please forgive me if this a basic issue.
The goal is to receive can data with a pi and send it over UDP to a simulink target machine. Simulink can read BLF, so I was hoping that'd be the simplest way. The BLF writer expects a file-type object, which I thought socket would work with, but it isn't compatible.
If I'm missing something obvious that'd make this work, I'd appreciate any advice - or insight on a way to format a can message so that I can actually send it on udp. Thanks!
This is the type error received
with this code:
Beta Was this translation helpful? Give feedback.
All reactions