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
I'm writing a script that sends a bunch of messages and I'm running into this error:
bus.send(rawMsg)
File "C:\Users\igncor4184\AppData\Local\Programs\Python\Python312\Lib\site-packages\can\interfaces\pcan\pcan.py", line 638, in send
raise PcanCanOperationError(
can.interfaces.pcan.pcan.PcanCanOperationError: Failed to send: The transmit queue is full
Was wondering if there is a way to query if the queue is full before trying to send the message?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm writing a script that sends a bunch of messages and I'm running into this error:
Was wondering if there is a way to query if the queue is full before trying to send the message?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions