03-24-2009 10:34 PM
hi,
I am using usb can module systec for sending/receiving can messages to device using third party dll.
without using dll can i read/write can messages using labview?
thanks
03-25-2009 04:13 PM
Hello,
It sounds like you are using a third party USB-CAN device. In order to use this device in LabVIEW, you must make those dll calls unless there are LabVIEW drivers or libraries available.
Even the NI-CAN drivers used for National Instrument CAN devices are just wrappers around dll calls.
Hope this helps.