Deployment on to the Device is very slow???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

When I try to deploy my application on to my PDA(HP iPAQ 5550), the
deployment is taking at least 5-7 minutes. It used to be
a little faster.

Do you guys think my PC could be one of the reasons for this
slow deployment. My PC is PIII, 800MHz.

How can we make this deployment faster.

Kindly let me know.

Cheers,

Naveen.
 
What kind of connection to your device do you have, (USB, COM, Bluetooth)???
 
Perhaps, the problem is the connection. With USB connection the deployment
time is a few seconds or if the package is big a minute. With serial port is
normal that the deployment takes 5 or 7 minutes. The problem is not your
computer but yes the serial connection.

Regards,
 
Hi,

As Jose says, serial is MUCH slower than other connection methods. Its raw
data rate is 5760 bytes per second. However, ActiveSync imposes a
substantial overhead, an the debug/deploy process adds more, too.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
www.mabry.com/vbpgser4 to order.
 
Hi,

Thanks for taking time to answer my question.
You are correct, USB is faster.

But it seems that we can modify/reorder windows generated code to get
some more better performance. But I have no clue how to do this.

Can any one let me know where I can some relevent info to this task.

Cheers,

Naveen.

Cheers,

Naveen.
 
Back
Top