What is wrong with the following code?

HSEROUT ["AT+CGDCONT=1", 34, "IP", 34, ",", 34, "myserver.address", 34,13,10,13,10,13,10] ' 34 is for "
HSERIN 5000, setup, [WAIT("OK")]

I am able to check the device I am communicating with using HyperTerminal. I am able to get the CONNECT back from the device.

I am using a PIC16F876A with an RS-232 driver. PORTC.6 is my TX and PORTC.7 is my RX.

Thanks for your help,
Scott