Results 1 to 6 of 6

Thread: General Info Help Plz!

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,806

    General Info Help Plz!

    Hi Peeps,

    I have in the passed wrote an application for a PDA which used sqlce for data storage (long time ago now). I am now in the need to write a new application for a PDA; the application will be sending files (xml) two and through using GPRS I think and the PDA also needs GPS capability.

    Does any know that is the best PDA for this and is it feasible to send files using GPRS?

    Any links / demo apps on using GPRS would be very helpful.

    Thank you all for any help,

    Jiggy!

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: General Info Help Plz!

    Hi,
    pocketpc phone edition is perfect - we do it all the time.

    GPS examples can be found on Dick Griers site, http://www.hardandsoftware.net, and http://www.opennetcf.org contains GPS support.

    If you want to make things really easy for you - GPSTools.net from http://www.franson.com - excellent piece of software.

    Pete

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,806

    Re: General Info Help Plz!

    Hi Mate, thank for all your help, I will have a look on those sites!

    Thanks again matey!

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,806

    Re: General Info Help Plz!

    Hi,

    I forgot to mention that I am a vs2005 vb.net developer and wanted some pointers on how GPRS works!

    Thank you for any help!

    Jiggy!

  5. #5
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: General Info Help Plz!

    Hi,
    opennetcf contains a connection manager for connecting to GPRS via code.

    Something like...
    Dim Response As WebResponse = Nothing
    Dim Request As WebRequest

    Try

    ' Retrieve the requested page.
    Request = WebRequest.Create("http://www.google.com")
    Response = Request.GetResponse

    Catch webex As WebException
    Connect_To_Default_Server = 1
    Catch ex As Exception
    Connect_To_Default_Server = 2
    Finally
    If Not Response Is Nothing Then
    Response.Close()
    End If
    End Try
    Should establish a connection for you

    Pete

  6. #6

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Posts
    1,806

    Re: General Info Help Plz!

    Hi Pete,

    I am slightly confused now; I want to be able to send files from my home PC to a PDA. The PDA will be out on the road somewhere so I am thinking that I need to use GPRS so send the data. Also does a PDA that requires GPRS capability need to be a mobile phone?

    Thank you mate for your time and help,

    Jiggy!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width