Hello
I am trying to make an application with Qt to read CAN BUS frames.
I am able to capture CAN packages with High performance, low power Embedded Computing Systems | Toradex Developer Center these configurations on the terminal.
When I tried it with my application it continuously dumps on the screen only
“(Invalid)”
here is my simple CAN codes on Qt and this is the link that I followed https://doc.qt.io/qt-5.11/qtserialbus-socketcan-overview.html
Thanks for help, I am stuck on it !