Quote:
Originally Posted by Greg McKaskle
|
While that is true, most of the code is reusable. If you use the non-first specific firmware, then all you need to do is change the "token" enable and set commands into the non-token ones, and then at the lowest level of the Jaguar API (which calls into FRC_NetworkCommunication_JaguarCANDriver_sendMessa ge and FRC_NetworkCommunication_JaguarCANDriver_receiveMe ssage), reimplement those with VISA serial VIs instead of calling into the library. The Black Jag serial bridge plugin will show you how to turn CAN frames into serial traffic that the black jag can understand.
It's not exactly trivial, but it shouldn't take much effort. All the needed info is available.
Good luck!
-Joe