nguyenbahuong / smslib

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

Timeout Exception with D-Link DWM-156 modem #472

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am using SMSlib.net3.5.2 for developing an application for sending and 
receiving SMS. The application works fine when I use a phone (MVL-G81) but when 
I use D-Link DWM-156 modem I get random TimeOut Exceptions after I connect with 
the modem. Please suggest a possible remedy and what would be the best AT 
Handler to use with D-Link DWM-156 modem. I have tried with all possible Baud 
rates. I have tried with Serial_polling enabled but nothing works.

Please help, matter urgent.

Original issue reported on code.google.com by kalyan...@ymail.com on 10 Mar 2012 at 7:03

GoogleCodeExporter commented 9 years ago
Can you try with the DLL I've attached to this issue:
http://code.google.com/p/smslib/issues/detail?id=470#c4

Do you get less (or zero) timeouts?

Original comment by T.Delenikas on 10 Mar 2012 at 12:03

GoogleCodeExporter commented 9 years ago
--
-- I am using SMSlib.net3.5.2 
--

You mean smslib for .net v3.5.1, right?

Original comment by T.Delenikas on 10 Mar 2012 at 12:18

GoogleCodeExporter commented 9 years ago
Right, It is SmsLib.Net3.5.1. Thanks for the dll, I will try and provide 
feedback as soon as possible. Thanks once again for your prompt reply.

Original comment by kalyan...@ymail.com on 10 Mar 2012 at 7:52

GoogleCodeExporter commented 9 years ago
I have tried with the new 3.5.2.dll but the problem persists. I am using 
"Huawei" as Mfgr. TimeOuts probably stops if I use anything else as Mfgr like 
"D-Link" or "Generic" but then the InBoundNotification doesnot work. Please 
advice what would be the best Mfgr and Model names to be specified for 
connecting.  

Original comment by kalyan...@ymail.com on 10 Mar 2012 at 9:19

GoogleCodeExporter commented 9 years ago
If the "Generic" manufacturer works for you, I would suggest to use this and 
don't implement the InboundNotification - just implement a polling scheme of 
your own.

Original comment by T.Delenikas on 17 Mar 2012 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by T.Delenikas on 22 Mar 2012 at 8:47