12-27-2004 11:06 AM
12-29-2004 07:57 AM
@fla wrote:
I'm trying to hook up to an interrupt sent over from an USB device. I derived a class from UsbRaw and overridden OnUsbInterrupt method. But no success, my method is not called.
Using MAX to open a Visa session to my device I can see the data coming in if I enable VI_EVENT_USB_INTERRUPT in queue mode and then perform a wait on event.
Why am I not getting my OnUsbInterrupt called?
Thanks,
F
12-29-2004 08:05 AM