Discussion forum for the BasicX family of microcontroller chips.
|
Hello all, I have been experimenting with the multitasking feature of the BX24. Although it seems to work more or less as advertised, I don't seem to be able to use debug.print statements. Since debug statements are invaluable for debugging code, it seems a shame to throw them away when you use multitasking. Do I just need to lock and unlock pre/post the debug statement? Even if this works, I don't understand why the debug statement does not finish when the task is resumed. Any ideas? Thanks, Stan |