Forum >Replies by eric
Replies (3)
  • You Reply: ok i've found! for combination play
    AA 1B = command
    04 = nb of byte send
    30 31 = hex value for Ascii "01"
    30 32 = hex value for Ascii "02"
    8C = checksum
  • You Reply: Well i do not understand the combination command
    E.g. AA1B04303130328C, audios with file names of 01 and 02 are grouped together to play
    AA 1B 04 30 31 30 32 8C?
    where is my first file 01 in this mess?
    how do you count the name? :cry:
  • You Reply: in the example done, it use PlayTrack() it play the nth file in the current folder! so...

    how to select a file name?
    There is a command....
    Play the audio in specified drive of specified path.(08)
    Command: AA 08 length drive path SM
    Return: None
    Explanation: length= drive length + path length=1+ path length
    Hum what is drive length? what is path length? Have you an example?

    thks