desktop to PDA

  • Thread starter Thread starter seema medikeri via .NET 247
  • Start date Start date
S

seema medikeri via .NET 247

(Type your message here)


--------------------------------
From: seema medikeri
hello sir,
i am developing an application to transfer files from a desktop to a PDA and vice-versa using RS-232 connector. the programming language used is visual c# .net .My application should run on the desktop. i have some questions:
1) please tell me how do i set up a connection between the desktop and PDA/pocket pc?
2) can i use RAPI to do the above in visual c#.net ?

-seema
 
RAPI is based on ActiveSync, so if you just want to transfer files, you can
use RAPI to do that, too.
You can find the resource about RAPI in OpenNETCF website...

--
Best Regards,
Jan Yeh

eMVP, MCAD, .NETcf Developer
Mobile Mind Company @ Taiwan

William Ryan eMVP said:
Check out the Communication library at
http://www.opennetcf.org/PermaLink.aspx?guid=d7b7cbef-4ab6-477b-924c-0498a523beaf
OpenNetCF
seema medikeri via .NET 247 said:
(Type your message here)
to a PDA and vice-versa using RS-232 connector. the programming language
used is visual c# .net .My application should run on the desktop. i have
some questions:
 
Back
Top