try this.String ReqToGW = "GET / status?password=bar HTTP/1.0\n\n";
...
toGW.print(ReqToGW);
toGW.flush();
...
int result = fromGW.read();grin