Search found 2 matches

by akshay1392
Wed 2. Mar 2016, 14:01
Forum: PCAN-Basic
Topic: sending CAN message cyclically and incrementing its value
Replies: 1
Views: 4294

sending CAN message cyclically and incrementing its value

Hello,

I want to send a CAN message cyclically at 10ms . Also, I wish to increment the value by using a counter. What changes need to be done to the below code in order to incorporate those changes.

#include <stdio.h>
#include <windows.h>
#include "PCANBasic.h"

int main( int argc, const char ...
by akshay1392
Mon 1. Feb 2016, 10:33
Forum: PCAN-View
Topic: Not able to receive sent CAN messages in PCAN-VIEW
Replies: 2
Views: 7289

Not able to receive sent CAN messages in PCAN-VIEW

Hello,

How can I set the PCAN-View to receive the messages that i am sending ?
I have connected PCAN-view to PCAN-PCI Express card. Thus, the CAN data is sent by express card and is seen in the trasmit list but the receive list shows no messages. I am attaching the screenshot for your reference ...