When using Labview serial VISA write, it always puts a NULL character at the end. How do I eliminate it so that I can achieve the same result as using a hyperterminal, which does not transmit extra unprintable characters?
I tried turning on DISCARD NULL CHARCTERS property for the VISA but it only has effect on serial read but has no effect on Serial Write.
If I turn off ALLOW TRANSMIT property, it does eliminate the NULL character on write, but there is a long delay.