IrDA send binary file fails

  • Thread starter Thread starter DaveInOz
  • Start date Start date
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
 
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
 
Back
Top