Search found 6 matches

by JOHNPILOK
Fri 16. Sep 2022, 18:00
Forum: PCAN-USB
Topic: How can I filter only two messages?
Replies: 11
Views: 9802

Re: How can I filter only two messages?

Thank you very much

It was very, very great.
by JOHNPILOK
Fri 16. Sep 2022, 10:19
Forum: PCAN-USB
Topic: How can I filter only two messages?
Replies: 11
Views: 9802

Re: How can I filter only two messages?

Hi dear friend

thanks for your answer
By the way, I am not dumb

But my dear friend, I want code in this field, not explanations

I gave you a code and told you whether this code is correct or not

But you gave the same explanation as before and I was again confused

If it is possible, please give ...
by JOHNPILOK
Thu 15. Sep 2022, 16:33
Forum: PCAN-USB
Topic: How can I filter only two messages?
Replies: 11
Views: 9802

Re: How can I filter only two messages?

thanks for your answer

I filtered both messages (100 and 702) as you instructed
Are the commands below correct???

Do I just read and receive both above messages with the commands below?
If it is need to modify the commands below, please let me know

UInt32 iBuffer;
TPCANStatus stsResult ...
by JOHNPILOK
Thu 15. Sep 2022, 14:00
Forum: PCAN-USB
Topic: How can I filter only two messages?
Replies: 11
Views: 9802

Re: How can I filter only two messages?

To do this you mean the following steps:

1- In the first step, I use the Filter Messages method as follows
PCANBasic.FilterMessages(channel,0x100,0x100, TPCANMode.PCAN_MODE_STANDARD)

2- Then for the second message which is "0x702", I have to repeat the same command as above but instead of "0x100 ...
by JOHNPILOK
Thu 15. Sep 2022, 11:28
Forum: PCAN-USB
Topic: How can I filter only two messages?
Replies: 11
Views: 9802

Re: How can I filter only two messages?

thanks for your answer
For example, I want to filter only 0x100 and 0x702, when I filter these two messages with "FilterMessages" method, all messages between 0x100 and 0x702 are received while I want only "0x100" and " 0x702" are displayed.
How can I filter these two messages?

Is it possible to ...
by JOHNPILOK
Wed 14. Sep 2022, 17:49
Forum: PCAN-USB
Topic: How can I filter only two messages?
Replies: 11
Views: 9802

How can I filter only two messages?

Hi friends

I am a developer and I develop apps with visual studio ( C#) , I have purchased a USB to CAN interface and use the samples of develop (C#) to develop my app now , but I have a problem when read all messages from CAN BUS .

in the first stage I connect USB to CAN interface to the car ...