Results 1 to 10 of 10

Thread: Data Connect

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2007
    Posts
    73

    Data Connect

    Dear Forum

    im using VB 2005 for writing programm on Window Mobile 5.0
    I'm able to send and receive SMS , voice call and other. But i cant do a Data-Fax call ( if I call Hyper terminal bettwen 2 PC whit modem and 2 sim card, all work........but beetwen pocket PC and PC modem i cant)

    What is the command ?

    Roberto

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

    Re: Data Connect

    Are you sure you can send faxes from PPC - I didn't think you could.

    You may be able to do it through a 3rd party or using a web service?
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2007
    Posts
    73

    Re: Data Connect

    Thank Mr Patevik for reply

    is true what you say .
    As you know you can have a Voice call , SMS , GPRS connection, and Data connection (9600).
    Normally when i say Data connection, people understand GPRS connection, so i used the term Fax just for not be ambiguos.

    The term FAX come because time ago this connection was used for send fax via telephone.
    I need a DATA connection that is a POINT-POINT connection ( like voice )

    Roberto

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

    Re: Data Connect

    What exactly are you trying to achieve - that may help with an answer
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Dec 2007
    Posts
    73

    Re: Data Connect

    Hello Mr Patevik

    better than before i cant explain....You have to try and know about data connection beetwen 2 modem ( AT command is ATD 0043...(telnum) ).
    In a poket pc are not AT command, but .NET or native class.

    Hope you help me

    Roberto

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

    Re: Data Connect

    If you want to send AT commands, open the serial port to the modem.
    You can set up a modem connection by doing Start>Settings>Connections>Connections, and when you add a new modem you can choose 'Hayes compatible on Com1:'

    I THINK that should do it
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Dec 2007
    Posts
    73

    Re: Data Connect

    Thank mr Patevik

    i done as you said . The AT command i will send via serial port on com1 ? Can i have a window like Hyper terminal ?

    Roberto

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

    Re: Data Connect

    Only by writing your own - use a text box to display input output

    Or - get a terminal emulator - there is a good one here
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Dec 2007
    Posts
    73

    Re: Data Connect

    Dear Patevik

    but there is not some class or function that help my in send command direct to the telephone ?

    I try how you explained to me in last reply, but the window ask me number, and password and other, ..i cant undertand
    And, the port is not created in any place....i can see this because i buy a serial port visualizer ( included in a virtual serial port creator)

    Thanks

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

    Re: Data Connect

    .NET Cf now contains support for a serial port and there are samples around if you search for them - you need to open the port and write to it.

    To make it simpler, try serial tools from franson.com - there is a 30 day trial
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

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