Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Error code question

Avatar
RankRankRankRank

Total Posts: 123

Joined 2013-10-07

PM

Hello,

I would like to know where I can find documentation on the error code number, and also the message code 0x4C.
I'm having some problem using a previous channel that is supposed to be closed.
Thank you!

Unhandled response 00 to message 0x4C
Unhandled response 00 to message 0x4C
Error unassigning channel: Code 021      

Signature

——————————————————
Free Indoor Cycling Software - https://maximumtrainer.com

Avatar
RankRankRankRank

Total Posts: 745

Joined 2012-09-14

PM

Can you guess which document I'm linking you to? wink      
Avatar
RankRankRankRank

Total Posts: 123

Joined 2013-10-07

PM

The good old protocol pdf, I should have thought of it wink
Thanks

fixed by adding a case in demo.cpp

case EVENT_CHANNEL_CLOSED: {
qDebug() << "channel closed!";
}      

Signature

——————————————————
Free Indoor Cycling Software - https://maximumtrainer.com