Search found 8 matches

by fengels123
Sat 22. Mar 2014, 19:26
Forum: PCAN-Explorer 5 & Add-ins
Topic: Can not connect to usb device
Replies: 1
Views: 3331

Re: Can not connect to usb device

Found the problem I just have to right click the connection and enable it. :oops:
by fengels123
Sat 22. Mar 2014, 18:24
Forum: PCAN-Explorer 5 & Add-ins
Topic: Can not connect to usb device
Replies: 1
Views: 3331

Can not connect to usb device

Sometimes I can not connect to my usb Pcan device, what am I doing wrong.
by fengels123
Fri 21. Mar 2014, 14:32
Forum: PCAN-Explorer 5 & Add-ins
Topic: How to define Muliplexer with length >8 bits
Replies: 5
Views: 6167

Re: How to define Muliplexer with length >8 bits

Thanks Michael,
Should be Motorola, now it works.

Regards
by fengels123
Fri 21. Mar 2014, 10:51
Forum: PCAN-Explorer 5 & Add-ins
Topic: How to define Muliplexer with length >8 bits
Replies: 5
Views: 6167

Re: How to define Muliplexer with length >8 bits

Ok,
I was making a mistake by thinking that the multiplexer value was byte by byte, but it is one big hex number.

I will try it, it will probably be the solution.
Thanks

Regards
by fengels123
Thu 20. Mar 2014, 22:07
Forum: PCAN-Explorer 5 & Add-ins
Topic: How to define Muliplexer with length >8 bits
Replies: 5
Views: 6167

Re: How to define Muliplexer with length >8 bits

Hi Michael,
I am just sending the 02 62 24 14 with the peakcan viewer to pcan explorer with two dongles, so there is no intel or Motorola format difference.

That is also how I tested the 1 byte multiplexer which did work,
by fengels123
Thu 20. Mar 2014, 08:35
Forum: PCAN-Explorer 5 & Add-ins
Topic: How to define Muliplexer with length >8 bits
Replies: 5
Views: 6167

How to define Muliplexer with length >8 bits

I try to define a muliplexer with a muliplexer length of 32 bits.
the multiplexer value is 02622414h, but it does not work when I test it.
A message with a multiplexer length of 8 bits works fine, but how to define a multiplexer with a length greater than 8 bits.
by fengels123
Mon 3. Mar 2014, 15:09
Forum: PCAN-Basic
Topic: Java basic example crashes
Replies: 5
Views: 8180

Re: Java basic example crashes

I copied the dll's (PCANBasic_JNI.dll and PCANBasic.dll)in to the right dir c:\windows\system32 for the 32 bit files and C:\Windows\SysWOW64 for the 64 bit file, still did not work
I am using eclipse and set the path in the buidpath, but still the same error.
(libraries are also in C:\Users ...
by fengels123
Sun 2. Mar 2014, 10:50
Forum: PCAN-Basic
Topic: Java basic example crashes
Replies: 5
Views: 8180

Java basic example crashes

Hi,
When I try to connect to the USB device, the application crashes by pressing the connect buttton
As channel I selected: PCAN_USBBUS1
Baus Rate: PCAN_BAUD_500K

I am using the 64bit version, JAVA demo 1.8.2 with java version 1.7.0_40

Can anyone help me?

#
# A fatal error has been detected by ...