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 was hoping it was the same Error Counter as in the canAnalyser3 Mini shown here:
But it appears it might just be tracking VCI_E_TIMEOUT, VCI_E_NO_DATA, VCI_E_INVALIDARG in the Go library. For me this RcvErrCount is increasing very rapidly which is probably due to VCI_E_NO_DATA.
Can you confirm? If yes, is there a way to get the Error Counter like the canAnalyser3 Mini shows?
The text was updated successfully, but these errors were encountered:
Great library. Thanks!
Looking at RcvErrCount here:
ixxatvci3/candev/can.go
Line 23 in 97a1fa0
I was hoping it was the same Error Counter as in the canAnalyser3 Mini shown here:
![image](https://private-user-images.githubusercontent.com/2847902/340845427-c7870f1b-b16e-4ffd-a25e-85cc3e431321.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzExNTYsIm5iZiI6MTczOTE3MDg1NiwicGF0aCI6Ii8yODQ3OTAyLzM0MDg0NTQyNy1jNzg3MGYxYi1iMTZlLTRmZmQtYTI1ZS04NWNjM2U0MzEzMjEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDcwMDU2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZWVhMGY2MTFiMGNmOWY1MTUzZDY5MTczMThmMDUwMGE5MWI3N2UxYjlhMzQ3OTQzYWMxM2RhZTI3ZWU5NjEzZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.l4vP8VrMu7SJ96KSK8lnYgLexmrOr8WBNQiRVmVD5vo)
But it appears it might just be tracking VCI_E_TIMEOUT, VCI_E_NO_DATA, VCI_E_INVALIDARG in the Go library. For me this RcvErrCount is increasing very rapidly which is probably due to VCI_E_NO_DATA.
Can you confirm? If yes, is there a way to get the Error Counter like the canAnalyser3 Mini shows?
The text was updated successfully, but these errors were encountered: