Index: sources/canbus/FrameInterface.cpp =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r9d355b6c8d46bb8d0a9f980a21f90cd8a98e800d --- sources/canbus/FrameInterface.cpp (.../FrameInterface.cpp) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/canbus/FrameInterface.cpp (.../FrameInterface.cpp) (revision 9d355b6c8d46bb8d0a9f980a21f90cd8a98e800d) @@ -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. + //DEBUG 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.