Search found 3 matches

by capelzmann
Thu 5. Feb 2015, 02:44
Forum: PCAN-Basic
Topic: Initializing COMs over PCAN_USB via Python 3.4
Replies: 6
Views: 13267

Re: Initializing COMs over PCAN_USB via Python 3.4

For the record and to help any other new CAN coder, here is my functional code. I can successfully read and write to my CAN network. Note that another error in my implementation resulted from installing the 64-bit PCANBasic.dll instead of the 32-bit version. I am running 32-bit Python 3.4 on a ...
by capelzmann
Wed 4. Feb 2015, 00:00
Forum: PCAN-Basic
Topic: Initializing COMs over PCAN_USB via Python 3.4
Replies: 6
Views: 13267

Re: Initializing COMs over PCAN_USB via Python 3.4

Keneth,

That is incredibly helpful. Thank you for your patience and effort.

Andy
by capelzmann
Mon 2. Feb 2015, 19:20
Forum: PCAN-Basic
Topic: Initializing COMs over PCAN_USB via Python 3.4
Replies: 6
Views: 13267

Initializing COMs over PCAN_USB via Python 3.4

Hello all,

I apologize for the simple nature of this question in advance. I am new to CAN and I am attempting something I am not currently skilled for so my powers of deduction are still under development.

I am attempting to initialize communications with my CAN network using the PCAN_USB channel ...