pesaply / smslib

Automatically exported from code.google.com/p/smslib
0 stars 0 forks source link

IPModemDriver Enhancement #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some changes to IPModemDriver and ModemDriver to support socket errors.

These are just some basic ones. ModemDriver should probably add abstract
reset/resetport.  This might be useful for serial and usb modems as well.

One thing to note is that there is also bug in the MultiTech firmware. When
the GSM modem part of the ethernet modem is reset it does not close the
socket. You never really know that it was reset. The result of this is that
any settings, ATE0... so on , are lost.  The last setting on the gateway
init for this modem should be "AT&W".

Would like your thoughts.

Original issue reported on code.google.com by nxn...@gmail.com on 29 Nov 2007 at 6:40

Attachments:

GoogleCodeExporter commented 9 years ago
Hi,

1) I think that you've forgotten to send me some files.
2) What would be the meaning of the "reset" functionality? For example, close 
and
reopen the serial/ip port? Do you see this functionality as being automatically 
used
by the library in case of an error, or should it be available directly to the 
end user?

Original comment by T.Delenikas on 29 Nov 2007 at 8:12

GoogleCodeExporter commented 9 years ago
I will resend when I am back at the office but to answer you question.  
Automatically
close the port and reopen if there is an error on the port.  In the case of  
Telnet,
if the socket is closed or if the modem does not respond then the port should be
reset. In the case of Serial close the serial port reset it and reopen.  I 
think it
should do this periodically until the service is shutdown or the gateway is 
removed
or stopped. 

Original comment by nxn...@gmail.com on 29 Nov 2007 at 11:53

GoogleCodeExporter commented 9 years ago

Original comment by T.Delenikas on 22 Dec 2007 at 5:12

GoogleCodeExporter commented 9 years ago
Any news on this?

Original comment by T.Delenikas on 21 Jun 2008 at 7:41

GoogleCodeExporter commented 9 years ago
No feedback.

Original comment by T.Delenikas on 15 Jul 2008 at 7:00