Search found 2 matches

by ChrisN
Tue 12. Nov 2019, 13:16
Forum: PCAN-UDS
Topic: Using PCAN-UDS and PCAN-basic with one USB-Device?
Replies: 2
Views: 3510

Re: Using PCAN-UDS and PCAN-basic with one USB-Device?


You can use PCANBasic in a PCAN UDS project but you have to keep track of what each API is currently doing,
so that you do not end up searching for issues later on, for example if one of those API's is reading and the other API's are locked out because of that.

Thanks Marvin, that last part was ...
by ChrisN
Mon 11. Nov 2019, 15:16
Forum: PCAN-UDS
Topic: Using PCAN-UDS and PCAN-basic with one USB-Device?
Replies: 2
Views: 3510

Using PCAN-UDS and PCAN-basic with one USB-Device?

Hello together,

I'm extending an existing project, which uses the PCAN-Basic.dll in many places. The Programm also uses one PCAN USB IPEH-002022 Adapter. To add some new features, I would like to add the PCAN-UDS.dll, but keep the changes to the programm at a minimum. Is it possible to initialize ...