-
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
-
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?
-
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
-
Re: Data Connect
What exactly are you trying to achieve - that may help with an answer
-
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
-
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
-
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
-
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
-
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
-
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