Search found 14 matches

by eriks
Fri 22. Mar 2024, 11:44
Forum: PCAN-Basic
Topic: Reset PCAN-USB initialized state by software
Replies: 4
Views: 3150

Re: Reset PCAN-USB initialized state by software

Ah ok, I see. Indeed when I have an application open that uses pcanbasic I see the option.

Only issue I now have is when I have the PCAN_ERROR_HWINUSE error I don't see that option, although I am only testing our application that uses pcanbasic. Only option is to reset the pc then. I will ...
by eriks
Fri 22. Mar 2024, 09:40
Forum: PCAN-Basic
Topic: Reset PCAN-USB initialized state by software
Replies: 4
Views: 3150

Reset PCAN-USB initialized state by software

There used to be an option in the PeakCPL to reset PCAN-USB: https://forum.peak-system.com/viewtopic.php?f=41&t=2893&p=9996#p9996

But since that is not available anymore I'm wondering how to reset the PCAN-USB now. In the new PEAK Settings I cannot find it.

I'm stuck in PCAN_ERROR_HWINUSE and have ...
by eriks
Thu 14. Mar 2024, 14:55
Forum: PCAN-Basic
Topic: Peak.PCANBasic.NET NuGet package
Replies: 2
Views: 2275

Re: Peak.PCANBasic.NET NuGet package

Thanks for the info, in the meantime I already found some parts of demo code indeed.

For now I was just curious for the new worker class, that seems to simplify things. We'll leave the existing code using the backward compatibility. I needed a small test/debug utility and thought that would be a ...
by eriks
Thu 14. Mar 2024, 10:54
Forum: PCAN-Basic
Topic: Peak.PCANBasic.NET NuGet package
Replies: 2
Views: 2275

Peak.PCANBasic.NET NuGet package

Recently we noticed that there now is a NuGet package for PCANBasic .NET.

However I cannot find a simple demo program how to use it. All the examples still use the pcanbasic.cs and not the NuGet package.

The Introduction pages tell a lot but not much how to get started: https://docs.peak-system ...
by eriks
Fri 26. Nov 2021, 09:21
Forum: Suggestions & Feature Requests
Topic: Device Driver changelog
Replies: 1
Views: 5326

Device Driver changelog

Hi,

The Device Driver Setup Version History page (https://www.peak-system.com/Device-Driver-Setup.539.0.html?&L=1) is indeed exactly what it says: just a log of the version numbers, not very informative to be honest.

I'd to see what has been fixed, improved in the device driver and PCAN-Basic API ...
by eriks
Wed 25. Nov 2020, 14:59
Forum: PCAN-USB
Topic: PCAN_ERROR_NODRIVER on Win10 for user without admin rights
Replies: 14
Views: 14660

Re: PCAN_ERROR_NODRIVER on Win10 for user without admin rights

"Using "PeakOEMdrv.exe /exenoui /quiet ADDLOCAL=F_PCANBASIC" will not install the driver, as mentioned in the docs."
To be honest, it is not clear from the docs that this is not possible. It was always working and it is still working except for the situation that we now encountered.

Anyway, since ...
by eriks
Wed 25. Nov 2020, 13:55
Forum: PCAN-USB
Topic: PCAN_ERROR_NODRIVER on Win10 for user without admin rights
Replies: 14
Views: 14660

Re: PCAN_ERROR_NODRIVER on Win10 for user without admin rights

Hi Marvin,

I did some more testing. Apparently something changed in the last driver release(s), because the PCANBasic is now installed by default I just noticed. In earlier versions we had to enable that.

So our way to install the driver is/was: "PeakOEMdrv.exe /exenoui /quiet ADDLOCAL=F_PCANBASIC ...
by eriks
Wed 25. Nov 2020, 12:39
Forum: PCAN-USB
Topic: PCAN_ERROR_NODRIVER on Win10 for user without admin rights
Replies: 14
Views: 14660

Re: PCAN_ERROR_NODRIVER on Win10 for user without admin rights

Did you test on a completely fresh WIN10 (updated)?

What we saw yesterday on the first pc: eventually we installed the driver after assigning admin-rights to the user. That worked. Then we uninstalled the driver and removed the admin-rights from the user again. Then we tried to reproduce the faulty ...
by eriks
Wed 25. Nov 2020, 09:51
Forum: PCAN-USB
Topic: PCAN_ERROR_NODRIVER on Win10 for user without admin rights
Replies: 14
Views: 14660

Re: PCAN_ERROR_NODRIVER on Win10 for user without admin rights

The first pc was part of a domain (at work) , the pc I tested this morning (my pc at home) is not part of a domain.

Haven't tried to install the driver as the admin. What we did try yesterday on the first pc, was change the user acoount to have Admin-rights to the account itself, then install the ...