Search found 18 matches

by abhishek1808
Tue 1. Nov 2016, 14:08
Forum: PCAN-Basic
Topic: Communication (Read Messages) discrepancy
Replies: 7
Views: 10935

Re: Communication (Read Messages) discrepancy

I can see the message on PCAN View!
I have attached a Screen shot and using SWITCH CASE! Still the same issue.
Screen Shot of PCAN, whree the Message can be seen.
Screen Shot of PCAN, whree the Message can be seen.
xdfdsfsdf.PNG (13.78 KiB) Viewed 10921 times
The actual code is attached here :
a.txt
Code
(3.53 KiB) Downloaded 620 times
I hope I have provided enough Information.
by abhishek1808
Tue 1. Nov 2016, 13:04
Forum: PCAN-Basic
Topic: Communication (Read Messages) discrepancy
Replies: 7
Views: 10935

Re: Communication (Read Messages) discrepancy

Hi
I have not set any filter!
I use breakpoints off course.
Will filter help? and why shall it?
by abhishek1808
Tue 1. Nov 2016, 12:30
Forum: PCAN-Basic
Topic: Communication (Read Messages) discrepancy
Replies: 7
Views: 10935

Re: Communication (Read Messages) discrepancy

Dear U.Wilhelm

I started with SWITCH but when i saw the example code from PEAK, I started using IF, ELSE thinking that maybe (which is a big maybe) I need to use IF, Else.

The Curious case is that I have a Dual Channel CAN Card from PEAK. The Other CAN channel works perfectly. :?: :?: :?: :?:
by abhishek1808
Tue 1. Nov 2016, 10:16
Forum: PCAN-Basic
Topic: Communication (Read Messages) discrepancy
Replies: 7
Views: 10935

Communication (Read Messages) discrepancy

Hello

We are using a miniPCIe (2 Channels).
The Card is on Bus 6 (Firmware 1.3.0)
The Development package is PCAN Basic API and development platform is .Net (C#, 4.2)

Somehow, I am not able to read a particular ID. Below is my code

do
{
//TPCANMsg msg = new TPCANMsg();
statusCAN = PCANBasic ...
by abhishek1808
Mon 15. Aug 2016, 13:26
Forum: PCAN-Basic
Topic: Initialization of PCAN-miniPCIe(dual Channel)
Replies: 2
Views: 4373

Re: Initialization of PCAN-miniPCIe(dual Channel)

Dear Keneth

Thank you!!!
I got the required information.

Regards
by abhishek1808
Mon 15. Aug 2016, 11:08
Forum: PCAN-Basic
Topic: Initialization of PCAN-miniPCIe(dual Channel)
Replies: 2
Views: 4373

Initialization of PCAN-miniPCIe(dual Channel)

Dear All

I am using a miniPCIe (2 Channels).
The Card is on Bus 6 (Firmware 1.3.0)
The initialization function PCANBasic.Initialize( channel, baudrate, canType,IOPort,interrupt);

Question
1. What shall be the Channel name as I was not able to determine it from the documentation about PCAN basic ...
by abhishek1808
Thu 4. Jun 2015, 16:58
Forum: PCAN-USB
Topic: Physically setting USB BUS
Replies: 4
Views: 6851

Re: Physically setting USB BUS

Thanks for your answer, I shall find a work around
by abhishek1808
Thu 4. Jun 2015, 16:02
Forum: PCAN-USB
Topic: Physically setting USB BUS
Replies: 4
Views: 6851

Re: Physically setting USB BUS

Hello

The solution you provide fixes a particular interface to a particular application, the solution I am looking is to fix the USB Port on my laptop to that Specific Application irrespective of device ID used.
Is that possible. Please let me know

Regards
Abhishek
by abhishek1808
Thu 4. Jun 2015, 12:04
Forum: PCAN-USB
Topic: Physically setting USB BUS
Replies: 4
Views: 6851

Physically setting USB BUS

Hello

I observed that, when using the API the first USB interface which is connected to the PC in time is considered as USBBUS1 (Channel) and so on.... Is there a possibility that we set the USBBUS (handel) physically using device manager or some other solution. Basically I want to fix the physical ...
by abhishek1808
Thu 28. May 2015, 13:01
Forum: PCAN-Basic
Topic: CAN Status Issue and CAN ID Issue
Replies: 2
Views: 4528

Re: CAN Status Issue and CAN ID Issue

Thanks for clarification