zariiii9003

Results 203 comments of zariiii9003

> Vector HW Config: Channel '5' of application 'python-can' is not assigned to any interface That's your problem. With vector interface you have three options: 1. Connect via the global...

try this ```text [default] interface = vector channel = 4 serial = 2483 app_name = python-can bitrate = 500000 ```

Can you show a screenshot of your Vector Hardware Config? Was your VN5620 connected during your last test?

Your traceback shows, that serial 2483 was not found. I asked for a screenshot of your Vector HW configuration to be sure that it is connected as you say.

Closing in favor of #1753

CAN 2.0 can not transmit more than 8 bytes per message. CAN FD can transmit up to 64 bytes. Instantiate the bus with `fd=True` to connect to a CAN FD...

According to your traceback, you did NOT set `fd=True` when you created the issue. When you are connected, do you see two baud rates here or just one? ![image](https://user-images.githubusercontent.com/52598363/235352313-7870ff11-e94a-4e22-8195-5086d43fa435.png)

Closing in favor of #1753

@VonSquiggles if you have problems with the Ixxat interface, a pull request in python-can would be helpful. The maintainers do not have access to the hardware. Edit: It might have...

Closing this, we don't have a `setup.py` file anymore.