Thank you for your answer, i'll try to work at it...i'm a novice!
On Tue, 4 Mar 2003 15:58:08 -0600 (CST), DiegoF wrote:
>Hi,
>
>It really depends on the software the manufacturer provides to handle
>this device.
>
>If the manufacturer provides an API that exports the CAN bus specific
>functions and internally handles the parallel or serial communication,
>it would be recommended to use this API. Most likely the API will
>have a C interface, so you can use the library function call nodes to
>access these functions.
>
>If the manufacturer only provides a list of command you need to send
>to the device, then the problem is no different from communicating
>this other devices (like scopes, DMM). basically, you can use VISA
>to send the required com
mands to the device.
>
>Hope this helps.
>
>DiegoF.
>National Instruments.