zariiii9003

Results 203 comments of zariiii9003

for CAN you can check `Message.is_error_frame`. I don't think there is a way to get the exact kind of error. For CAN FD you can get the error type [like...

The send function just adds the message to the send queue. There should be no exception unless the driver says so. However, we could implement the rxErrorCounter and txErrorCounter, i...

Maybe @hardbyte needs to grant Travis access rights again

@hardbyte can you fix this?

@hardbyte a little reminder: the socketcan tests are still not run

@projectgus Could you take a look?

Some questions: - How would you deal with CAN FD? - Regarding the Vector interface: what happens if you do not have Init Access?

Could you try this branch? https://github.com/zariiii9003/python-can/tree/fix_1285

I would move the check here: https://github.com/hardbyte/python-can/blob/cd51ec4c07041c7b3a15b999aa4be5ec3829b05e/can/io/logger.py#L107 A comparison of `real_suffix` against a list of incompatible suffixes (all binary formats) should be sufficient. I'd suggest to release 4.1.0 once this...