No prints from SoftwareSerial.println

Basically, your code just sends data. It doesn't receive any. That's the reason why you need to add the Serial.begin code and add the reading code, as shown above in your code.