Author |
Message |
Topic: printf delays in transmiting buffer |
samg
Replies: 3
Views: 14473
|
Forum: General CCS C Discussion Posted: Fri Feb 06, 2004 12:53 am Subject: I found my Bug, Thanks |
Using the C/ASM code like you showed, I found that it was a goof up in the printf I was using.
printf ("\x0F\x34\x00\xF0\x04");
I needed to push out some binary values and was looking for a quic ... |
Topic: printf delays in transmiting buffer |
samg
Replies: 3
Views: 14473
|
Forum: General CCS C Discussion Posted: Thu Feb 05, 2004 11:33 pm Subject: printf delays in transmiting buffer |
Can anyone tell me what the delay that the compiler uses for when the hardware RS232 buffer is full during transmitting.
I believe that the delay is longer than 15 milliseconds at 9600 ... |
|