Connecting to a GSM/GPRS usb modem using .NET?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jimmy611
    New Member
    • Jan 2007
    • 49

    #16
    Hi ! Sorry for the laet reply. Please do tell me your email address so i can send you a code snippet.

    Comment

    • nmsreddi
      Contributor
      • Jul 2006
      • 366

      #17
      hi jimmy


      my id

      msreddyn@gmail. com

      Comment

      • anjupt
        New Member
        • Oct 2006
        • 13

        #18
        Hi Jimmy ,

        In the post u mentioned u will mail the code snippet, is that the code for sending sms in Asp.net using Vb code or C# if so It would be nice if you could mail me also the code snippet.

        My mail Id is anju@glob2.com

        Thank You

        Anju

        Comment

        • hkarthik
          New Member
          • Jan 2007
          • 34

          #19
          Originally posted by nmsreddi
          hello karthik

          i will defnately help you regarding c# code for connecting modem using serial

          communication .you asked for USB iot also works but presently i am used only

          RS-232 for communication with modem.

          first try to go through this tutorial you will get a good idea regarding serial

          communication using c#

          http://www.devhood.com/tutorials/tutorial_detail s.aspx?tutorial _id=320&printer =t

          hope may help you

          back with your good response

          regards

          hai reddy,

          Hey couldn't get back on time. I am yet to buy that USB modem. I will get back to you as soon as i get that device. The modem which i am planning to use looks like a pen drive. In that device i have a small slot in which i will be inserting my sim card. The doubt that still exists in my mind is

          1. How do we connect to this particular device from our .Net
          2. If we are able to establish the connection then, how do we interact with the SIM card that is inserted in that device. Is that possible?
          3.How do i send messages from my pc to this device and then let that message pass through my SIM card to other users

          Is this possible?
          please get me a reply

          Comment

          • hkarthik
            New Member
            • Jan 2007
            • 34

            #20
            Originally posted by anjupt
            Hi ,

            I am also facing a similar situation as in i am looking for a code which does the process of sending sms using GSM modem I want to develop the application in Asp.net 2003 and code in vb .
            I did go throught the link mentioned still i couldnt devlop the code.
            Could anybody help me to develop a code to send sms via GSM modem in asp.net 2003 code behind is vb .

            Thank You
            Anju
            hai anju,
            Can you get me a detailed description about your project, how it looks like and what all are the main modules or transaction that you do in your project. If your project looks similiar to mine means we can share and clear lots of doubts regarding the project. Can you please get me the name of the device that you are using for the connection. Expecting your reply

            Comment

            • nmsreddi
              Contributor
              • Jul 2006
              • 366

              #21
              Hello karthik

              As of now i am using rs 232 (serial communication) that is 9 pin connector which comes default for your pc .when modem is considerd i am using wavecom modem
              there may be a possibility for connecting through USB also but i have never worked on that .

              if you are going to use 9 pin i will some links regarding connections an when coming to .net communiocation with modem use can use io ports name space

              its not a big problem for just sending and receiving messages .but some constraints you hav to maintain almost every goes fine if you follow the link wat i hav posted earlier

              Comment

              • hkarthik
                New Member
                • Jan 2007
                • 34

                #22
                Originally posted by nmsreddi
                Hello karthik

                As of now i am using rs 232 (serial communication) that is 9 pin connector which comes default for your pc .when modem is considerd i am using wavecom modem
                there may be a possibility for connecting through USB also but i have never worked on that .

                if you are going to use 9 pin i will some links regarding connections an when coming to .net communiocation with modem use can use io ports name space

                its not a big problem for just sending and receiving messages .but some constraints you hav to maintain almost every goes fine if you follow the link wat i hav posted earlier
                hi reddi,

                I am new to this field. I couldn't get what you where saying like what you mentioned above""rs 232 (serial communication) that is 9 pin connector "". I am absolutely new to this field. You just search for this stuff " Falcom SAMBA Modem" this is the device that i am planning to use. You just search for this in google and then tell me whether i will be able to connect with device using .Net. Hoping that you will help me complete my project. This is the main part of my project. If i am not able to connect means my project is going to be a failure.

                Or can you suggest some other device through which i will be able to send SMS mainly bulk SMS without any delay. Please help me solve this. Expecting your reply

                Comment

                • senaka
                  New Member
                  • Feb 2007
                  • 23

                  #23
                  Originally posted by radcaesar
                  With the modem only u can't. There are many SMS web services available. Try to use that.

                  :)
                  Hey, I just happened to pay a visit to this thread. I have a similar need; but, I have no modems etc. And I use ASP.NET... is there any web service as you say that helps me send sms for free (worldwide)? if you do know please post a reply or PM me. Thanks in advance.

                  Comment

                  • Jimmy611
                    New Member
                    • Jan 2007
                    • 49

                    #24
                    Ok karthik i will email you the code snippet and you can refer to it. Its not for ASP.net application. Its done for windows application. But i am sure you can change it as per your need.

                    Comment

                    • Jimmy611
                      New Member
                      • Jan 2007
                      • 49

                      #25
                      Hi Reddy please check your email and do pass it on to others. :)

                      Comment

                      • nmsreddi
                        Contributor
                        • Jul 2006
                        • 366

                        #26
                        Hi jimmy

                        thanks for your mail

                        I have downloaded the zip file

                        i will go through.



                        Regards

                        NMsreddy

                        Comment

                        • anjupt
                          New Member
                          • Oct 2006
                          • 13

                          #27
                          Originally posted by hkarthik
                          hai anju,
                          Can you get me a detailed description about your project, how it looks like and what all are the main modules or transaction that you do in your project. If your project looks similiar to mine means we can share and clear lots of doubts regarding the project. Can you please get me the name of the device that you are using for the connection. Expecting your reply
                          Hi Hkarthik,

                          The project i am doing is an IVR project which inculdes many modules and each of these modules are developed using different platforms as well .
                          Now i think the common module we have here is the problem of sending SMS.

                          I have a device named GPRS modem in which there is a slot to insert sim from which we can send sms .
                          Now next we need to use this modem within our application to send sms .

                          From the company from where i got the modem, gave a demo application in VB and also 2 ocx which does the function of connecting the modem ,opening the port and then send msg .So with the help of demo application i used the ocx in asp.net to send sms .

                          Anju

                          Comment

                          • anjupt
                            New Member
                            • Oct 2006
                            • 13

                            #28
                            Originally posted by nmsreddi
                            Hi jimmy

                            thanks for your mail

                            I have downloaded the zip file

                            i will go through.



                            Regards

                            NMsreddy
                            Hi Reddy ,

                            May i also have the code forwarded to u by Jimmy .my mailid is anju@glob2.com

                            Thank You
                            Anju

                            Comment

                            • nmsreddi
                              Contributor
                              • Jul 2006
                              • 366

                              #29
                              HI Anju

                              i willforward you the code as soon as possible.

                              first let me have a glance at that

                              Comment

                              • hkarthik
                                New Member
                                • Jan 2007
                                • 34

                                #30
                                Originally posted by nmsreddi
                                HI Anju

                                i willforward you the code as soon as possible.

                                first let me have a glance at that
                                hi reddi,

                                Please do forward the mail to my account also. My mail id is sweetkarthik14@ gmail.com. Ok.

                                Comment

                                Working...