IR file transfer using OpenNETCF ?

  • Thread starter Thread starter Lisa
  • Start date Start date
L

Lisa

Hi,

Does OpenNETCF directly support IR file transfers or will I need to write
code to read and write the files from the IR data?

Also, does it support sending and receiving files using Blue Tooth vs IR?

Thanks
 
OpenNETCF.IO.Serial is the library that provides you the ability to exchange
data using serial interface.
Now, the serial interface, could be either direct serial cable connection or
emulated by means of bluetooth or IR.

So to answer your question yes, it does support support sending and
receiving files using Bluetooth or IR, but will have to figure out the
actial COM port mapping by yourself.

HTH... Alex
 
Back
Top