Nested Switch/Case duplicate Default cases problem

Why not

case 'I':

?
Then you wouldn't need the dumb comment?
(Note: I have absolutely no idea if decimal 73 is an ASCII capital I )

Serial.println("executing case 85 Up command"); 
                        if (Serial.available() > 0)

The only reason you're likely to have a character available is because of the delay caused by the print.