Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

I wanna know other Network Interface object programming in C code examples that exclude from RTSI function!

There're several Network Interface object programming examples with RTSI function in NI-CAN's documents, but I want to know how to program c code without enabling RTSI fuction to access Network Interface object. Thank you!
0 Kudos
Message 1 of 2
(3,186 Views)
Hey Taipei,

Once you install NI-CAN you should find several Frame API examples located on you hard driver at C:\Program Files\National Instruments\NI-CAN\MS Visual C\Frame API examples. Out of these examples five of them do not involve RTSI. They cover how to set filters, write, read, readmult, and just read or analyze the data on the bus. I would suggest creating each of these examples into projects that compile so you can test them out. For most of these examples all you need is a two port CAN device and then loop the ports together.

I hope this helps out.

Joshua P.
Application Engineering
National Instruments
0 Kudos
Message 2 of 2
(3,186 Views)