IrDA send binary file fails

D

DaveInOz

I am using the GotDotNet sample at
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/irdafiletransfer.aspx
to try to send an encrypted SQL CE database file (MyFile.sdf) via
infrared beween 2 PPC 2003 devices using CF 1.1

The files are sent and received, however when I try to open the
database file on the receiving device, I get an error telling me the
the file is invalid.

Any help on how to send a binary file via IR would be greatly
appreciated.

Cheers

Dave
 
P

Peter Foot [MVP]

There is sample code in the 32feet library (http://32feet.net) which shows
how to send files using OBEX. This will work with the industry standard beam
functionality on devices so you don't need a specific listener application
to receive the code.

Peter
 

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