|
Posted by r_z_aret on March 21, 2008, 1:46 pm
Please log in for more thread options
On Thu, 20 Mar 2008 12:23:07 -0700, bsnguy
>I'm new to Windows Mobile and have a simple application where I want to run a
>client application on my smart phone that will accept data being sent to it
>from my USB connected PC (this is not a sync. type application as the data
>will be changing in real time and I will only be displaying it on the phone).
>I assume there is some obvious way to do this, and if someone just wants to
>point me to the right section in a manual I'm happy with that! I'm just
>overwhelmed at this point and looking for a quick start at this point.
An application running on the Smartphone can
a) use normal file functions to access files in a "shared" folder on
the PC
b) use ftp to interact with an ftp server running on the PC
An application running on the PC can
a) use RAPI (see CeRapiInit and relatives) to manipulate files and
data on an attached Smartphone; it can even send messages (perhaps
containing data) directly to an application running on the Smartphone
b) use ftp to interact with an ftp server running on the Smartphone
>
>Thanks.
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please
indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com
|