Need Serial Help

Serial.print (0x200x01

Is that supposed to be in quotes?

 if (recordSw == LOW)

The value 7 is never going to be equal to zero.
You're missing a digitalRead.

Please use code tags when posting code.