R
rb
using VB.Net 2003; WinCE 4.2; ActiveSync 3.8
connection between desktop and device is via USB port.
the .Net desktop program is currently using CopyFileToDevice() from
OpenNetCF.Desktop.Communication.RAPI to copy multiple files from the desktop
to the WinCE device. total combined size of files is approximately 10MB.
largest file is 5MB.
the copy time is 4 minutes when using the CopyFileToDevice() method from
within the program. however, when i use [Copy] and [Paste] via File
Manager, the transfer takes approximately 1 minute.
so, i am curious as to how there can be such a large difference in this
time? are there any parameter values i might set to have better performance
from the CopyFileToDevice() method?
thanks in advance for any insight or help on this.
connection between desktop and device is via USB port.
the .Net desktop program is currently using CopyFileToDevice() from
OpenNetCF.Desktop.Communication.RAPI to copy multiple files from the desktop
to the WinCE device. total combined size of files is approximately 10MB.
largest file is 5MB.
the copy time is 4 minutes when using the CopyFileToDevice() method from
within the program. however, when i use [Copy] and [Paste] via File
Manager, the transfer takes approximately 1 minute.
so, i am curious as to how there can be such a large difference in this
time? are there any parameter values i might set to have better performance
from the CopyFileToDevice() method?
thanks in advance for any insight or help on this.