I have a PXI 8461 CAN Card, CAN0 is used to do communications, and CAN1 is to monitor communications of CAN0. Now I have a problem when I try to build a CAN monitor application. I use ncRead function, but it seems not good enough, I also try to use ncWaitForState together with ncRead, but ncWaitForState function is quite annoying since it gives out an error when timeout.
What I would like to see a function is like GetInQLen () in R232 communication. Anybody could provide a good solution on it?
Thanks!
Jacky