Interleaving methods for debug port output
Posted: Fri Sep 12, 2008 5:32 pm
On the mod5270, standard out and standard error are redirected to serial port 0, the debug port. As a result iprintf sends its output to the debug port which is very convenient.
My question is: is there a problem with interleaving calls to iprintf with calls like
write(fddebug, (char *) PTR(a), u);
where fddebug is the handle of debug port?
Does this mess anything up?
My question is: is there a problem with interleaving calls to iprintf with calls like
write(fddebug, (char *) PTR(a), u);
where fddebug is the handle of debug port?
Does this mess anything up?