PDA

View Full Version : Slow Program Loading


Glueeater
03-16-2008, 07:08 PM
Hi,

I've been working with easyC for a few months and just watched the video about programming for FRC. His unit seems to load a program in mere seconds, whereas my unit seems to take ~45 seconds. Is this a hardware issue?

Also, it seems not all variables function in my program. I have only managed to get "int" to work, anything else will cause the program to not function.

What is wrong?

Dad1279
03-16-2008, 08:53 PM
Are you using a USB to Serial Adapter?

Glueeater
03-16-2008, 09:15 PM
Yessir.

TubaMorg
03-17-2008, 12:40 AM
Program loading is much slower when using a USB to serial conversion cable. The conversion, evidently, introduces a bottleneck in the process. As far as your program problems go, you should try posting your code so people can try and figure it out for you.

Kingofl337
03-20-2008, 09:23 AM
If you have a computer with a real serial port and connect the programmer it will program much faster.

mluckham
03-23-2008, 12:51 PM
I concur - the USB Serial adaptors (we have several) always load 2-4 times slower from the laptop. When the 'real' serial port on our tower PC is used, download takes less than 10 seconds.