D
dbonfilt
Hi ctacke,
Right. I was looking for "TAPI windows mobile" and found this control,
but now I can see the TAPI-based modem operation it is only available
in theirs ActiveX or .NET control (not .NET CF).
http://www.mw6tech.com/megapipe/net/megapipe.html
But, having you read the previous post, do you know if this is
possible (like Tym Huckin asked):
- Make a call from a GSM built in modem into a PDA (like XDA/XDAII)
with TAPI
- Get the handle of the comm and send binary/ascii data, WITHOUT IP
(no RASDial, no PPP, etc)
(like a simple terminal application)
(I know this IS possible, I'm just asking for a sample working code)
The nearest I went was to discover "TapiComm" C++ sample from the P-
SDK. But this is now deprecated and doesn't compile any more with
VS2005.
So, I think this MUST BE a trivial question, but... please "how do
I...?"
Many thanks for your info, or hints about getting that info
I think you may be a bit confused. They are two completely separate things.
Megapipe's product provides serial transfer protocols like kermit and the
like. OpenNETCF's is for the telephony API (TAPI), which is used for
controlling something like a GMS modem (dial numbers, intercept phone calls,
etc).
Right. I was looking for "TAPI windows mobile" and found this control,
but now I can see the TAPI-based modem operation it is only available
in theirs ActiveX or .NET control (not .NET CF).
http://www.mw6tech.com/megapipe/net/megapipe.html
But, having you read the previous post, do you know if this is
possible (like Tym Huckin asked):
- Make a call from a GSM built in modem into a PDA (like XDA/XDAII)
with TAPI
- Get the handle of the comm and send binary/ascii data, WITHOUT IP
(no RASDial, no PPP, etc)
(like a simple terminal application)
(I know this IS possible, I'm just asking for a sample working code)
The nearest I went was to discover "TapiComm" C++ sample from the P-
SDK. But this is now deprecated and doesn't compile any more with
VS2005.
So, I think this MUST BE a trivial question, but... please "how do
I...?"
Many thanks for your info, or hints about getting that info