Hello,
Thanks for your answer and I still have some question.
Could you please describe difference between "SelfReceive" and "Echo" of message type?
I noticed, in driver source :
pcan.h only have :
#define MSGTYPE_SELFRECEIVE 0x04 // self-received message
but pcanfd.h have both:
#define PCANFD ...
Search found 3 matches
- Wed 18. Mar 2020, 09:44
- Forum: Linux
- Topic: How to properly obtain TX timestamps
- Replies: 8
- Views: 9279
- Fri 13. Mar 2020, 10:48
- Forum: Linux
- Topic: PCANBasicExample_py3.pyw freeze initialization when CANFD with Python3 , have solution.
- Replies: 1
- Views: 2253
PCANBasicExample_py3.pyw freeze initialization when CANFD with Python3 , have solution.
Hello PEAK-Systems.
I tried to use Python3 PCANBasic Example and find it freeze at Initialize when CAN-FD is selected.
I do a bit research and find that problem is in initialization Bitrate string.
In python3 all string are unicode, but to c_dll need pass bytestring, so line:
result = self.m ...
I tried to use Python3 PCANBasic Example and find it freeze at Initialize when CAN-FD is selected.
I do a bit research and find that problem is in initialization Bitrate string.
In python3 all string are unicode, but to c_dll need pass bytestring, so line:
result = self.m ...
- Fri 13. Mar 2020, 10:29
- Forum: Linux
- Topic: How to properly obtain TX timestamps
- Replies: 8
- Views: 9279
Re: How to properly obtain TX timestamps
Hello PEAK-Systems.
Do you plan to extend PCAN-Basic functionality to include "echo" or "self receive" options?
I have PEAK USB FD device.
I tried to use socketcan with linux native driver and peak-basic with peak-linux-driver.
I miss ability to receive own sent messages in peak-basic (interested ...
Do you plan to extend PCAN-Basic functionality to include "echo" or "self receive" options?
I have PEAK USB FD device.
I tried to use socketcan with linux native driver and peak-basic with peak-linux-driver.
I miss ability to receive own sent messages in peak-basic (interested ...