Once the Maple is in perpetual bootloader mode, I have not seen it come out of that mode (i.e. slow flashing LED forever) *UNLESS* a program is uploaded to it.
Upload the blink program, and check that upload works.
If upload works, the program that you are uploading is broken in some way.
Are you uploading EXACTLY the SeriaCallResponse program, or have you changed it in some way?
When you copied the Processing program (at the end of SeriaCallResponse in comments) to a new file, and compile it, did you get any errors?
Did you remove the comment markers at the front:
/*
Processing sketch to run with this example:
and at the end:
*/
The SeriaCallResponse waits until the host Processing program tries to talk to it, so you won't get anything until it the Maple side detects the host Processing side.
You could modify the establishContact()
function to flash an LED so that you can see that the Maple is waiting.