Search found 4 matches

by mert.sahin
Fri 2. Nov 2018, 12:05
Forum: PCAN-Basic
Topic: Can't Read CAN Messeges with PCANBasic
Replies: 4
Views: 4917

Re: Can't Read CAN Messeges with PCANBasic

Hello,
Thanks for the suggestion. I was able to read messages from CAN channel. Thanks a lot.
Regards.
by mert.sahin
Fri 2. Nov 2018, 09:41
Forum: PCAN-Basic
Topic: Can't Read CAN Messeges with PCANBasic
Replies: 4
Views: 4917

Re: Can't Read CAN Messeges with PCANBasic

Hello Keneth,
I tried to put a delay between Initialize and the Read call but again always gives "Received Queue is Empty". I couldn't find a simpler demo of CAN_Read(). You sample C# project runs smoothly on my pc without a problem. Any other suggestions?
Regards.
by mert.sahin
Fri 2. Nov 2018, 09:21
Forum: PCAN-UDS
Topic: PCAN-UDS.dll can not find by my application
Replies: 1
Views: 3438

PCAN-UDS.dll can not find by my application

Hello,
I have C# project and it uses PCAN-UDS.dll and PCAN-ISOTP.dll. I can copy paste .dll files to the related folders, I need to investigate OS' bit whether it is 32bit or 64 bit. Then, select the related .dll files and copy paste it. My question is, is there any setup files for PCAN-UDS.dll and ...
by mert.sahin
Fri 2. Nov 2018, 08:30
Forum: PCAN-Basic
Topic: Can't Read CAN Messeges with PCANBasic
Replies: 4
Views: 4917

Can't Read CAN Messeges with PCANBasic

Hello,

I'm trying to read CAN messages. But it always returns received queue is empty. When I look at the CAN channel with PCAN View, I can see messages. Below you can find the code. It's a C# interface that reads the CAN channel when clicked on a specific button.

Looking forward to your reply ...