milhead2 / python-j1939

Breakout of j1939 from inside the python-can package
GNU Lesser General Public License v3.0
38 stars 20 forks source link

Not able to find j1939.Bus() definition #17

Open prajwal-mulkalwar opened 2 years ago

prajwal-mulkalwar commented 2 years ago

I would like can Tx errors and if accumulated may be flush them or reset my can node, otherwise I would like to thank you I have used this package to send can messages its working absolutely fine

prajwal-mulkalwar commented 2 years ago

Hello, Can you please suggest any way of checking and Tx and Rx errors using library and also how to flush or reset

knarsing commented 2 years ago

Hi, Unable to access the j1939.Bus(),j1939.PGN(),j1939.PDU() using python version3.10,getting the attribute error(AttributeError: module 'j1939' has no attribute 'Bus'), please suggest, thanks