04-18-2012 08:24 AM
I am using Kvaser hardware vis for a CAN application. I need to set the baud rate at 33333 bps, but that is not a standard rate. Does anyone have any idea how to add that rate to the code. Also I need to send a high voltage wake up. This is a single wire application. I have been using the Kvaser hardware and vis for other applications with no problems.
Solved! Go to Solution.
04-18-2012 01:06 PM
It's been a while since I last used Kvaser's LabVIEW library and I don't currently have it installed, but the documentation says there's a canSetBitRate function. If that function is not exposed in the LabVIEW library, you can call it directly from the DLL. If for some reason that won't work, you can manipulate the CAN timing parameters directly by using canSetBusParams or canSetBusParamsC200.