Search found 2 matches

by Kieutrang
Thu 10. Oct 2019, 10:07
Forum: PLIN-View Pro
Topic: PLIN API Read Hardware - Name
Replies: 1
Views: 11346

PLIN API Read Hardware - Name

Hello,
I want to read the hardware-name of the device "pcan-usb pro" using PLIN-API 11.01.2011 - Version 2.2.28.71.

code:

Peak.Lin.TLINError lLINErr;
StringBuilder lnName = new StringBuilder();

lLINErr = Peak.Lin.PLinApi.GetHardwareParam(lwHw, Peak.Lin.TLINHardwareParam.hwpName,lnName,47 ...
by Kieutrang
Sat 31. Aug 2019, 04:13
Forum: Linux
Topic: Reading internal RAM
Replies: 1
Views: 7587

Reading internal RAM

we're using the PCAN-miniPCIe Card to connect a Tegra K1(running Linux 4 Tegra) to the CAN Bus. Sending and Recieving CAN Frames works just fine. But we're looking for a way to monitor the CAN Frames before they are processed by Linux. The idea is to read the Recieve FIFO and TX Buffer directly out ...