Open JatBcn opened 9 months ago
i see that there is a baudrate mismatch between these two lines. could it be the trouble?
os.system("sudo /sbin/ip link set can1 up type can bitrate 500000")
bus1 = can.Bus(bustype='socketcan', channel='can1',bitrate = 250000)
I will try but I think this only affects in de velocity of the output signals, and the problem is that no signals are getting out.
Thanks for reply!!
Describe the bug
I am simulating that a signal is coming to the rpi so that I can capture that message edit the message ID and then send it over another socket on my 2-CH CAN FD HAT. ### To ReproduceIn one terminal I execute this python script:
in the other terminal I execute this:
Expected behavior
signals going out on can1
Additional context
OS and version: Python version: python-can version: python-can interface/s (if applicable):
Traceback and logs