uint16_t getTotalFolderCount() results in 0 #133
Replies: 4 comments 1 reply
-
If you turn on the debug feature it will give us more details on the communications going on for that API. The Flyron FN-M10P documentation has both 0x4e and 0x4f in it. There are a few others with varying degrees of support. |
Beta Was this translation helpful? Give feedback.
-
Here is the reply with debug on. what im wondering is that the OUT command is sent three times. initializing...
|
Beta Was this translation helpful? Give feedback.
-
It should trigger an error callback with RX Timeout. But it does seem to just ignore the request. |
Beta Was this translation helpful? Give feedback.
-
That's another question, with the dfplayer library I receive the timeout, I enlarged the timeout to one minute but still timeout. |
Beta Was this translation helpful? Give feedback.
-
I have a MH2024K 24SS player (labeld as MP3-TF-16P V3.0)
the function getTotalFolderCount always results in 0 folders.
Also i cannot find the Mp3_Commands_GetTotalFolderCount = 0x4f in any documentation.
All the documents i found stop at 0x4D as last command.
All the other commands seem to work, as far i've tested it.
Beta Was this translation helpful? Give feedback.
All reactions