Index: sources/canbus/FrameInterface.cpp =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r6b60df9d8468e2134c7de32bd0f6215cef33269b --- sources/canbus/FrameInterface.cpp (.../FrameInterface.cpp) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/canbus/FrameInterface.cpp (.../FrameInterface.cpp) (revision 6b60df9d8468e2134c7de32bd0f6215cef33269b) @@ -357,6 +357,7 @@ void FrameInterface::appendHead(Can_Id vCan_Id, const QByteArray &vData) { // disabled coco begin validated: has been manually tested by sending over 4000 frames and not received by any other node. + qDebug() << "F " << _txFrameList.count(); if (_txFrameList.count() >= _txFrameList_Max) { static quint32 i = 0; if ( i % 60 == 0 ) { // log only for the first time and each minute.