TC35 GSM module does not respond to "AT" command

It could be wrong baud rate.

By the way, the line:

gsm_char = gsmSerial.read();
Serial.println(gsm_char);

only read a single character.