I'm developing data collector software for the ipaq pocket pc. The ipaq has
bluetooth, usb, irda capabilities. My previous ce application only used
rs232.
Soon I've got to make decisions on how to communicate directly with a server
pc running .net to deliver the data to the host and receive new
configurations.
If I can provide a single solution where I don't have to write several
drivers for the different technologies it would be great.
Is it possible to use active sync to do this sort of special activity? Can
the pocketpc instigate discrete sessions to activesync? ie the user would
select one or more files to send followed by a request to receive one or
more configuration files .
If I can use activesync then that would be ideal, but there is a chance that
some customers will not allow active sync to run on their systems. Is there
another method I could use? I had a brief brush with remoting but that
seemed available to networking environments only
any opinions gratefully received.