Standard I/O Window and Multithreading

Your main thread must process events if you use the Standard Input/Output window. LabWindows/CVI processes events for the Standard Input/Output window in the main thread. If the main thread blocks, calls to functions that access or update the Standard Input/Output window—such as scanf, printf, ScanIn, or FmtOut—also block.