Hello,
I have a PCAN-LIN configured as a LIN listener for a master and single slave system. Master Tx is message 0x6, and Rx is message 0x5. I'm able to view all LIN signals via RS232 in the "Messages and Scheduler" tab in PCAN-LIN CT. However I have a PCAN-USB w/ PCAN-View attached to the CAN pins ...
Search found 3 matches
- Fri 9. Apr 2021, 01:34
- Forum: PCAN-LIN
- Topic: PCAN-LIN and PCAN-View
- Replies: 1
- Views: 3834
- Tue 24. Sep 2019, 01:59
- Forum: PCAN-Basic
- Topic: PCAN Basic Example error
- Replies: 3
- Views: 8876
Re: PCAN Basic Example error
I'm encountering the same issue even after verifying the two things you've noted above. However, I'm seeing the following different error message:
Traceback (most recent call last):
File ".\readPCAN2.py", line 3, in <module>
from PCANBasic import *
File "C:\SW_WIP\PCAN\scripts\PCANBasic.py ...
Traceback (most recent call last):
File ".\readPCAN2.py", line 3, in <module>
from PCANBasic import *
File "C:\SW_WIP\PCAN\scripts\PCANBasic.py ...
- Tue 24. Sep 2019, 01:37
- Forum: PCAN-Basic
- Topic: simple example to receive can message in python
- Replies: 5
- Views: 31550
Re: simple example to receive can message in python
Hello,
I'm running into an issue following your steps where the function ProcessMessage() in Read is defined in PCANBasicExample.py instead of the PCANBasic.py file you said to include. For some reason I am unable to get python to import the method. Is it intended to import this other file as well ...
I'm running into an issue following your steps where the function ProcessMessage() in Read is defined in PCANBasicExample.py instead of the PCANBasic.py file you said to include. For some reason I am unable to get python to import the method. Is it intended to import this other file as well ...