This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Why so slow ?

Hi,
I am a beginner so be patient!

When i run the code below after downloading the prog to my Xc161xBoard, if i step over the line which creates Test, why does it take about 5 secs to debug this line??

typedef struct _tag { char a[10]; char b[10]; int c; }Test;

Test test = {"Hello", "Goodbye", 23};

Parents
  • Well, my computer is a Dell : )

    I should have said:
    "I make it a rule to never use my computer's internal COM port."... because I know mine is moody, and that my USB adapter performs like a champ; now for other people in other situations, it could be exactly the opposite, I agree!

    I had never thought of how USB could affect the handshake lines, interesting thought.

    -Stephane

Reply
  • Well, my computer is a Dell : )

    I should have said:
    "I make it a rule to never use my computer's internal COM port."... because I know mine is moody, and that my USB adapter performs like a champ; now for other people in other situations, it could be exactly the opposite, I agree!

    I had never thought of how USB could affect the handshake lines, interesting thought.

    -Stephane

Children
No data