I have a PCI Express CAN card and need to write some software to interface with some older code in C.
I wanted to know if anyone has any example programs for transmitting to the Bus in the C language. I have tried the transmit program located in the test directory and it worked, but would like to see how to write to the CANusing data in a program and not from an outside file without the use of the STD::list function as I cannot use this in my legacy software.
Any help would be greatly appreciated.

