Writing application in pocket pc 2003 for hex data transfer

A

aparnadesh

Hi

I want to develop on application in vb.net 2003 which will transfer Hex
data from pocket pc2003 to pocket pc2003. How it can be achived.

Thanks
 
N

Norman Rericha

There are many different methods that be implemented to transfer data
between devices.

1) If both devices are on a network you have TCP or UDP
2) If both devices have Irda you can make a connection and transfer
3) Bluetooth might even be a possiblity.

In the end you need to decide what technologies are available on both
devices and pick on the best fits the application.

After you decide, Google can give you as many examples and you could
need to get the code implemented.

In my opinion IrDA would probably be eaisest if you have that option.

--
I hope this helps

--
Norman Rericha
Senior Software Engineer
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top