Skip to content

stucked with sysex #322

Answered by franky47
eqcq asked this question in Q&A
Feb 19, 2023 · 4 comments · 2 replies
Discussion options

You must be logged in to vote

Your message does contain the SysEx boundaries (0xF0 and 0xF7), so you'll need to pass true to the last argument of sendSysEx:

void sendsysex() {
   uint8_t sysex[] = {0xF0, 0x65, 0x73, 0x73, 0x61, 0x69, 0x0A, 0xF7};
   MIDI.sendSysEx(8, sysex, true);
}

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by franky47
Comment options

You must be logged in to vote
1 reply
@franky47
Comment options

Comment options

You must be logged in to vote
1 reply
@franky47
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants