Jump to content

Getting Bankstick Data via SysEX


Recommended Posts

Hi Mates,

long time no see (though I'm still tracking and trying to keep updated)... I was very busy the past year, but I'm now having again a little bit more time to spend on my midibox stuff :)

I'm currently trying to code a patchmanager for the ACSensorizer (lost track of what is stored there), but I'm having troubles getting the BankStick data via SysEx for any other bankstick than the first one. I read mios_syses_implementation.txt over and over, and even tried the deprecated bankstick select command, though with the same result:

This is working for the Bankstick #1:

[tt]  F0 00 00 7E 40 00 01 40 00 20 00 F7[/tt]

and I get the whole bs data in return, all data okay

But when I try to get the contents of the second Bankstick:

[tt]  F0 00 00 7E 40 00 02 40 00 20 00 F7[/tt]

I get the error:

[tt]  F0 00 00 7E 40 00 0E 01  60 F7[/tt]

wich means: 0x01      | Less bytes than expected have been received

Now I'm slowly going to tear my few remaining hairs out, 'cause I'm trying for two days now and I can't find any explanation for this behaviour  ???

Any hint for me?

Cheers,

Michael

Link to comment
Share on other sites

It should work with 11 instead of 02

See also mios_backup.txt


   o if additional BankSticks are connected, do the same like above,
     but change the BankStick ID (1-7) like shown here:

                          +--- BankStick ID
                          |
        F0 00 00 7E 40 00 01 40 00 20 00 F7
        F0 00 00 7E 40 00 11 40 00 20 00 F7
        F0 00 00 7E 40 00 21 40 00 20 00 F7
        F0 00 00 7E 40 00 31 40 00 20 00 F7
        F0 00 00 7E 40 00 41 40 00 20 00 F7
        F0 00 00 7E 40 00 51 40 00 20 00 F7
        F0 00 00 7E 40 00 61 40 00 20 00 F7
        F0 00 00 7E 40 00 71 40 00 20 00 F7


     For 64k BankSticks use:
        F0 00 00 7E 40 00 01 40 00 40 00 F7
        F0 00 00 7E 40 00 11 40 00 40 00 F7
        F0 00 00 7E 40 00 21 40 00 40 00 F7
        F0 00 00 7E 40 00 31 40 00 40 00 F7
        F0 00 00 7E 40 00 41 40 00 40 00 F7
        F0 00 00 7E 40 00 51 40 00 40 00 F7
        F0 00 00 7E 40 00 61 40 00 40 00 F7
        F0 00 00 7E 40 00 71 40 00 40 00 F7
[/code]

Now I'm slowly going to tear my few remaining hairs out

Time to change your avatar (Homer Simpson? ;))

Best Regards, Thorsten.

Link to comment
Share on other sites

:d'oh:

thanks so much :)

luckily I still have more than three hairs left due to your quick help =)

(I think I can safely stick to that Avatar a couple of days)

Best regards,

Michael

ps:

in case anyone doesn't know the simpsonzier yet

http://www.prosieben.de/spielfilm_serie/simpsons/simpsonizer/simpsonizer.htm

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...