use PCAN UDS and PCANBASIC with same PCAN USB PRO

A free API for the communication with control devices according to UDS (ISO 14229-1)
Post Reply
clem69
Posts: 22
Joined: Thu 24. Feb 2022, 18:54

use PCAN UDS and PCANBASIC with same PCAN USB PRO

Post by clem69 » Thu 3. Mar 2022, 10:42

Can i use PCAN UDS on chanel 1 and PCANBASIC.h on chanel 2 at the same time.

K.Wagner
Software Development
Software Development
Posts: 1080
Joined: Wed 22. Sep 2010, 13:36

Re: use PCAN UDS and PCANBASIC with same PCAN USB PRO

Post by K.Wagner » Thu 3. Mar 2022, 11:14

Hello,

yes, of course. Channels of a device are independient, so you can use them with different APIs at the same time. Just remember that each channel can only be connected once at a time, regardless of which API you use (PCAN-Basic, PCAN-ISO-TP, PCAN-UDS, PCAN-OBD-2).
Best regards,
Keneth

Post Reply