Farhat Jahan
Farhat Jahan
I have initalised fd=True: My can bus obj looks like this: ```python self.bus = can.Bus(channel=net_channel, interface='vector', receive_own_messages=True, app_name='CANoe', fd=True, bitrate=500000) ``` Sending 2 different length of data: data1=[3, 3, 3,...
@zariiii9003 yes you are correct, initially fd=True was not set, after your information I did set. When I am connected to canoe application, I do see 2 Baud rates. 
I found the issue why I am not able to see the full data on CAN Channel. For isotp protocol to get full data of 64 bytes on single frame,...