GSM module A6 RESPONSE doesn't print on serial Monitor

myGsm.begin(115200);

What type of Arduino's are you using? 115200 is too fast for software serial on most Arduino like Uno. What is the default baud rate of the GSM module? Have you changed its baud rate using the usb-serial adaptor? If so, change it again, perhaps to 9600.