Serial monitor not working

I wrote code to control an arduino robot using my keyboard

When I go to use the serial monitor to send data my robot doesn't move

What did I do wrong?

Thanks in advance

my code is attached

usbcontroller.ino (1.26 KB)

Add some Serial.println() statements in strategic places in your code so you can see what's happening.