
Search found 3 matches
- Thu 24. Jul 2014, 12:11
- Forum: PCAN-Light (outdated)
- Topic: Multiple PCAN-USB with PCAN-Light
- Replies: 4
- Views: 7776
Re: Multiple PCAN-USB with PCAN-Light
Thanks for the very useful info! I will give that a try and probably move to PCAN-Basic too. 

- Thu 24. Jul 2014, 11:46
- Forum: PCAN-Light (outdated)
- Topic: Multiple PCAN-USB with PCAN-Light
- Replies: 4
- Views: 7776
Re: Multiple PCAN-USB with PCAN-Light
I just tried the PCAN USB DeviceID edits and PC registry edits described in the post you linked to. But in PCANLight my handle is still unchanged, if that is what is meant by 'HardwareHandle16' in the post?
CANLightDll = GetDllHandle(HWType);
The handle my code gets is still 0x10000000. Or am I ...
CANLightDll = GetDllHandle(HWType);
The handle my code gets is still 0x10000000. Or am I ...
- Thu 24. Jul 2014, 09:32
- Forum: PCAN-Light (outdated)
- Topic: Multiple PCAN-USB with PCAN-Light
- Replies: 4
- Views: 7776
Multiple PCAN-USB with PCAN-Light
We have a working test system using PCAN-USB and the PCAN-Light API/dll controlled by a MS Visual Studio VC++ MFC program. I would like to extend this software to use a second PCAN-USB but do not know how to address the second PCAN-USB module. I know I can set Device-ID using your software tool for ...