Search found 2 matches

by chill
Mon 2. Mar 2020, 16:09
Forum: PLIN-API
Topic: Using Both Channels on PCAN-USB Pro FD With Python
Replies: 2
Views: 4106

Re: Using Both Channels on PCAN-USB Pro FD With Python

Hi,

The problem I was having seems to have solved itself, probably through restarted my PC over the weekend, I will keep an eye on it.

The issue you picked up on was a mistake, I cut down the code I am using to use as an example and must have left that in there.
by chill
Thu 27. Feb 2020, 21:50
Forum: PLIN-API
Topic: Using Both Channels on PCAN-USB Pro FD With Python
Replies: 2
Views: 4106

Using Both Channels on PCAN-USB Pro FD With Python

Hello,

I am using the PLIN-API with Python3.8 to create an app to talk to a LIN slave. The app has 2 different jobs to do and depending on the job, connect to either channel 1 or channel 2.

I have had the app working well using 1 channel at once, but I am now trying to get both channels working at ...