I anm using the Write Binary File VI to write some data. However, when I connect a string control to the data, nothing appears in the file until a carriage return is written, and then only the carriage return and everything after it is in the file.
For example if I send "Hello[CR]World" ([CR] is carriage return) to Write Binary File, only "[CR]World" shows up in the file.
What is going on here?
--
Brian Rose