On Thu, Mar 04, 2010 at 11:31:16AM +0900, Murali K. Vemuri wrote: > That was perfect. I changed the device to /dev/ttyUSB0 > from /dev/ttyUSB1, and our entire lab was on cloud nine. > Thanks a ton for the extraordinary help. What others were saying is still important ... you must make sure that the chatscript checks for an OK answer back from the modem, because that is the way it is supposed to work. You cannot rely on the AT+CGDCONT command always completing before you send the ATDT*98# command. The OK back from the modem is an acknowledgement of completion of the command. Doing this properly will make what you build more resilient to unusual environmental conditions or events. It may work fine now, but will it work forever? A 3G modem is an embedded system. It may have other more important things to do like answering a radio beacon than processing your command. The interface definition for that embedded system may require that you not send commands until OK is seen. I'm not trying to frighten you. -- James Cameron http://quozl.linux.org.au/ -- To unsubscribe from this list: send the line "unsubscribe linux-ppp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html