Hi all!
I want to handle bus errors and frames errors on a CAN bus ! Well, i can get the bus errors using the status bit, and status code, but my problem is if i have a bus off state, how is it possible to restart the communication ? I started the reset, or the start function.. it doesn't seems to work ... In the labview help, i read, it's possible to restart the communication using an API function.. ok well , but which one ???
To get the frame errors, i will use the ncgetAttr function, but again i have a problem, how can i simulate a crc or a form error for example (in order to check my code ???) !
Thanks a lot for your future answers ..