473,320 Members | 1,978 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Use C# to operate a mobile device

Hello Everyone,

I'm trying to create a C# application to open a serial port connected to a
mobile device and control the mobile through the application where the user
can dial the number, send and receive voice data all by using the
application, Can any one give me more info or are there any resources on the
Internet that have more details on how to create that application or point
to which classes and objects .NET has that can be used to do so?

Thank you.

Maya.
Jul 21 '05 #1
4 6861
Maya:

That's a pretty tall order there. You can build a lot of the functionality
to execute locally on the device but there's a lot of low level API's that
need to be used. Fortunately, www.opennetcf.org 's SDF can do most
(probably all) of this for you. www.devbuzz.com is another great resource
if you check out the Compact Framework Discussions. So the only challenge
now is taking control of it from the desktop. RAPI can do a lot for you
http://www.knowdotnet.com/articles/d...tion_rapi.html but the
devil is in the details. Anyway, once you have the stuff built on the
device you could either listen to a socket with it, or poll a webserice for
instance and decide what commands to fire from there. HoodCanalSystems
www.hoodcanalsystems.com has a Product called .NET Preceptor that allows you
do do a tremendous amount of stuff on your from a remote console and it's
extremely well priced. I don't think Rob's current implementation does
Voice but you may want to contact him b/c he could probably guide you on it
or put it into his tool.

Anyway, first head over to OpennetCf and check out the Multimedia library.
The serial communication library and phone libraries will get you pretty
far. Then it's just a matter of getting the instructions to the device and
you can a socket/web service etc to get that info to the device.

Cheers,

Bill
"Maya Young" <my******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hello Everyone,

I'm trying to create a C# application to open a serial port connected to a
mobile device and control the mobile through the application where the user can dial the number, send and receive voice data all by using the
application, Can any one give me more info or are there any resources on the Internet that have more details on how to create that application or point
to which classes and objects .NET has that can be used to do so?

Thank you.

Maya.

Jul 21 '05 #2
Maya:

That's a pretty tall order there. You can build a lot of the functionality
to execute locally on the device but there's a lot of low level API's that
need to be used. Fortunately, www.opennetcf.org 's SDF can do most
(probably all) of this for you. www.devbuzz.com is another great resource
if you check out the Compact Framework Discussions. So the only challenge
now is taking control of it from the desktop. RAPI can do a lot for you
http://www.knowdotnet.com/articles/d...tion_rapi.html but the
devil is in the details. Anyway, once you have the stuff built on the
device you could either listen to a socket with it, or poll a webserice for
instance and decide what commands to fire from there. HoodCanalSystems
www.hoodcanalsystems.com has a Product called .NET Preceptor that allows you
do do a tremendous amount of stuff on your from a remote console and it's
extremely well priced. I don't think Rob's current implementation does
Voice but you may want to contact him b/c he could probably guide you on it
or put it into his tool.

Anyway, first head over to OpennetCf and check out the Multimedia library.
The serial communication library and phone libraries will get you pretty
far. Then it's just a matter of getting the instructions to the device and
you can a socket/web service etc to get that info to the device.

Cheers,

Bill
"Maya Young" <my******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hello Everyone,

I'm trying to create a C# application to open a serial port connected to a
mobile device and control the mobile through the application where the user can dial the number, send and receive voice data all by using the
application, Can any one give me more info or are there any resources on the Internet that have more details on how to create that application or point
to which classes and objects .NET has that can be used to do so?

Thank you.

Maya.

Jul 21 '05 #3
Thats great William, appreciate your reply.

Maya

"William Ryan eMVP" <bi**@NoSp4m.devbuzz.com> wrote in message
news:#o**************@TK2MSFTNGP11.phx.gbl...
Maya:

That's a pretty tall order there. You can build a lot of the functionality to execute locally on the device but there's a lot of low level API's that
need to be used. Fortunately, www.opennetcf.org 's SDF can do most
(probably all) of this for you. www.devbuzz.com is another great resource
if you check out the Compact Framework Discussions. So the only challenge
now is taking control of it from the desktop. RAPI can do a lot for you
http://www.knowdotnet.com/articles/d...tion_rapi.html but the
devil is in the details. Anyway, once you have the stuff built on the
device you could either listen to a socket with it, or poll a webserice for instance and decide what commands to fire from there. HoodCanalSystems
www.hoodcanalsystems.com has a Product called .NET Preceptor that allows you do do a tremendous amount of stuff on your from a remote console and it's
extremely well priced. I don't think Rob's current implementation does
Voice but you may want to contact him b/c he could probably guide you on it or put it into his tool.

Anyway, first head over to OpennetCf and check out the Multimedia library.
The serial communication library and phone libraries will get you pretty
far. Then it's just a matter of getting the instructions to the device and you can a socket/web service etc to get that info to the device.

Cheers,

Bill
"Maya Young" <my******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hello Everyone,

I'm trying to create a C# application to open a serial port connected to a mobile device and control the mobile through the application where the

user
can dial the number, send and receive voice data all by using the
application, Can any one give me more info or are there any resources on

the
Internet that have more details on how to create that application or point to which classes and objects .NET has that can be used to do so?

Thank you.

Maya.


Jul 21 '05 #4
Thats great William, appreciate your reply.

Maya

"William Ryan eMVP" <bi**@NoSp4m.devbuzz.com> wrote in message
news:#o**************@TK2MSFTNGP11.phx.gbl...
Maya:

That's a pretty tall order there. You can build a lot of the functionality to execute locally on the device but there's a lot of low level API's that
need to be used. Fortunately, www.opennetcf.org 's SDF can do most
(probably all) of this for you. www.devbuzz.com is another great resource
if you check out the Compact Framework Discussions. So the only challenge
now is taking control of it from the desktop. RAPI can do a lot for you
http://www.knowdotnet.com/articles/d...tion_rapi.html but the
devil is in the details. Anyway, once you have the stuff built on the
device you could either listen to a socket with it, or poll a webserice for instance and decide what commands to fire from there. HoodCanalSystems
www.hoodcanalsystems.com has a Product called .NET Preceptor that allows you do do a tremendous amount of stuff on your from a remote console and it's
extremely well priced. I don't think Rob's current implementation does
Voice but you may want to contact him b/c he could probably guide you on it or put it into his tool.

Anyway, first head over to OpennetCf and check out the Multimedia library.
The serial communication library and phone libraries will get you pretty
far. Then it's just a matter of getting the instructions to the device and you can a socket/web service etc to get that info to the device.

Cheers,

Bill
"Maya Young" <my******@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hello Everyone,

I'm trying to create a C# application to open a serial port connected to a mobile device and control the mobile through the application where the

user
can dial the number, send and receive voice data all by using the
application, Can any one give me more info or are there any resources on

the
Internet that have more details on how to create that application or point to which classes and objects .NET has that can be used to do so?

Thank you.

Maya.


Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: John | last post by:
Hi We have an access db which records daily orders. We would like the orders to be downloaded to a windows mobile 2003 device via usb cradle. Drivers then take along the device and get...
2
by: Maya Young | last post by:
Hello Everyone, I'm trying to create a C# application to open a serial port connected to a mobile device and control the mobile through the application where the user can dial the number, send...
3
by: Sara | last post by:
HI, I want to code a program to detect GSM mobile (any kind) which connected through serial port to computer and then be able to send SMS through this mobile phone to other mobile phones, could...
1
by: tobesurveyor via AccessMonster.com | last post by:
Hello all, The program I am creating takes certain files found on a Pocket PC and places them on a specific directory on a network drive. It is automated in the transfering of the files, and in...
1
by: Jeff | last post by:
Hey asp.net 2.0 I wonder if it's possible to have both standard asp.net and mobile asp.net in the same web application. When the web server gets a request it can detect if this requested...
2
by: Paulson | last post by:
bye Paulson Hi all I want to create a small application on my mobile(SamsungC200) As a first step I made a solution and added Project SamrtDeviceApplication I named it...
1
by: =?Utf-8?B?V29vZGdub21l?= | last post by:
Hi, I have use the following code to transmit a file back to the browser that worked fine on a HTC_TTyN device running windows mobile 5.0. The code executes in the onclick event of a mobilelist...
0
by: tthkbw | last post by:
I am writing an application and have the need to open files that exist on an ActiveSync connected Mobile Device (in this case, a PocketPC, could be a SmartPhone). When the mobile device is...
7
by: cj2 | last post by:
I saw a MS demo a few years back where they developed a web page and the software automatically rendered it for different devices. Is this what I'm looking for? http://www.asp.net/mobile/ ...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.