error: "Cannot configure TxEcho for open device" QCanBusDevice
Solved
General and Desktop
-
Hello i'm working with QCanBusDevice class and a systeccan plugin. I create my CanDevice in my class constructor and send messages to the device using writeFrame function.
I get the error "Cannot configure TxEcho for open device" each time i send a message.
Can anyone help? -
Hi @Babs,
which Qt version are you using?
Please check with the CAN Example (you can compile and run it from QtCreator). You should not get this message on every frame write, maximum once on
open()
.Regards
-
-
Update: I was partly able to reproduce your problem! The error happens when you open the device (one time, as I already assumed) and I pushed a fix for review: https://codereview.qt-project.org/258740
If everything goes well, this fix will be in Qt 5.12.4
Regards