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 found that when the ECU is connected using socketcan, subscribers to the ECU do get notified when CAN bus messages are received but when pcan is used for the connection the subscribers do not get notified. Tried a few things and looked at the j1939 library code but cannot figure out the cause.
I was using an earlier version and found this but upgraded to v2.0.5 and the issue remains.
Update: I forgot to check the Closed Issues (sorry) and noticed #11 (comment) may address this issue. I did try to add the address in the subscribe but used an integer value. The docs seem to indicate that if the address parameter isn't included then it would notify all subscribers. I'll try this with the hex address and update. I would prefer the approach of notification of all messages if the address isn't included (IMO).
The text was updated successfully, but these errors were encountered:
I found that when the ECU is connected using socketcan, subscribers to the ECU do get notified when CAN bus messages are received but when pcan is used for the connection the subscribers do not get notified. Tried a few things and looked at the j1939 library code but cannot figure out the cause.
I was using an earlier version and found this but upgraded to v2.0.5 and the issue remains.
Update: I forgot to check the Closed Issues (sorry) and noticed #11 (comment) may address this issue. I did try to add the address in the subscribe but used an integer value. The docs seem to indicate that if the address parameter isn't included then it would notify all subscribers. I'll try this with the hex address and update. I would prefer the approach of notification of all messages if the address isn't included (IMO).
The text was updated successfully, but these errors were encountered: