Transmit buffer full when replay canlogs
Posted: Mon 18. Sep 2023, 02:34
Hi All,
The following error will be reported when replay the blf canlog on Ubuntu 16 for 10 minutes:
My Pcan Device: PCAN-USB Pro(IPEH-004061 19193)
Setting CAN device up commands:
Sending raw message commands by calling python-can packages as follows:
Do you have any suggestions to avoid the Transmit buffer full?
Thanks
BRs
aguan.zhang
The following error will be reported when replay the blf canlog on Ubuntu 16 for 10 minutes:
Code: Select all
can.CanError: Transmit buffer full
Setting CAN device up commands:
Code: Select all
ifconfig can0 txqueuelen 1000
ip link set can0 up type can bitrate 500000 sample-point 0.75 dbitrate 2000000 dsample-point 0.75 fd on restart-ms 100
Code: Select all
bus.send(raw_message, timeout=0.5)
Thanks
BRs
aguan.zhang