Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Respected sir ,
I am using your application to send and receive sms from mobile modem ,but did try to connect phone ,but it is not working (not connecting )
i changed all com no ,boud rate ,still it is not workin ,(main thing is comport in device manager is not detected)
please help me.
Posted
Comments
Kim Togo 23-Jul-12 5:01am    
Can you please give more information.
What type of mobilephone?
Is connection made through USB cable, serial cable, Bluetooth etc ?
[no name] 23-Jul-12 9:28am    
"I am using your application"... highly unlikely. I have never written such a program. Perhaps you posted this in the wrong place?
ZurdoDev 23-Jul-12 10:33am    
What?

It looks like you want to ask this question to an author related to his/her article.

I would suggest you to please use the forum present at the end of the article in order to reach author and get quick response. Rarely you will find authors reading this forum.

Please post the same at the article's message forum.
:thumbsup:
 
Share this answer
 
Hi
My Application working successfully with these settings I am using GSM Modem.
Try it once

XML
<appSettings>
   <add key="connstring"  value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\SENDSMS\Mobiles.mdb" />

   <add key="COMPORT" value="1" />
   <add key="BAUDRATE" value="9600" />
   <add key="TIMEOUT" value="300" />
   <add key="ISFORTESTING" value="false" />
 </appSettings>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900