Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

I get error -1074388956 when using CAN. This error code is undefined. what could it be? I am using NI-CAN 2.1.2 on WinXP SP1.

I've tried to search for it but come up with nothing.
0 Kudos
Message 1 of 4
(5,799 Views)
You can convert this decimal code to HEX Code. If you do so, the HEX code looks like BFF62024. This Code means the Board handle is invalid. This could happen if you use not a valid handle because of race conditions within variables or close functions within the code.
Please check the handles within your code.
0 Kudos
Message 2 of 4
(5,799 Views)
Thank you, I'll check that.
0 Kudos
Message 3 of 4
(5,799 Views)

How can I fix this error, what is checking the handlers, and how do I do that?

0 Kudos
Message 4 of 4
(4,688 Views)