Re: Multitech modem

2009-08-15 Thread Alejandro Guerrieri
Looks more like a buffering problem. Try adding $| = 0 and see if you can get a response. Please also post a dump of those 12 characters (if they're not printable I mean). Regards, Alejandro On Sat, Aug 15, 2009 at 5:32 AM, Michael A. Lewis wrote: > I am having an issue with a multitech gsm/

Re: Multitech modem

2009-08-15 Thread Alejandro Guerrieri
I mean $| = 1 :P On Sat, Aug 15, 2009 at 8:05 PM, Alejandro Guerrieri < alejandro.guerri...@gmail.com> wrote: > Looks more like a buffering problem. Try adding $| = 0 and see if you can > get a response. > Please also post a dump of those 12 characters (if they're not printable I > mean). > > Reg

RE: Multitech modem

2009-08-15 Thread Michael A. Lewis
I added $|=1; and got no response in the perl program. The php program was modified to output the response to a file and the file contents (in hex) are: Fdff ff18 20fd fdff ff23 27fd --Michael From: users-boun...@kannel.org [mailto:users-boun...@kannel.

Re: Multitech modem

2009-08-15 Thread Milan P. Stanic
On Fri, 2009-08-14 at 23:32, Michael A. Lewis wrote: > I am having an issue with a multitech gsm/gprs modem with internet > interface. In my debugging I have gotten down to telnet 192.168.1.5 5000 > and am able to issue AT commands (including manually sending an SMS > message to my phone). However,

RE: Multitech modem

2009-08-15 Thread Michael A. Lewis
Thanks that was just a typo in the email. The program is correct. -Original Message- From: users-boun...@kannel.org on behalf of Milan P. Stanic Sent: Sat 8/15/2009 4:54 PM To: users@kannel.org Subject: Re: Multitech modem On Fri, 2009-08-14 at 23:32, Michael A. Lewis wrote: > I am havi