Personal Data

Username:
chrismel
Joined:
2021-11-25 16:36:45

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    Hi guys, I'm starting a project with a raspberry pi and MCP2515 CAN-module. I've implemented code to open and send message to "can0" and apparently it work. However, when I try to send more then 10 messages each 100ms, the module block all trasmission. I've noticed CL2.CreateMessage(...., ....) return the error message "30112" I believe it is "queue error". After that I tried to change the "txqueuelen" of the device using the command "ifconfig can0 txqueuelen 10000" but the issue it's the same. I...

View All