too frequent Serial.print() calls == locking up?


debugging project put in serial.print(etc) determine state of things. find if don't put in delay(n), arduino freeze , stop responding.

at least attributing "locking up" many/frequent serial calls. seem culprit? expectation overwrite thing in buffer.

is there way increase serial buffer size or chip limit.

thanks!

quote
does seem culprit?

no, in absence of other evidence, can say?
quote
is there way increase serial buffer size

the serial buffer limited ram size (if modify library) buffer receiver, not affect prints.

post code - we're not psychic.


Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > too frequent Serial.print() calls == locking up?


arduino

Comments