Hi Jerry,
The test page does not append the EOS character, however if you do it with source code, it will - without you having to add the character...
For example if you do the following in code..
CWGPIB1.Configure
CWGPIB1.Write "*IDN?"
The EOS string (if there is one specified) will automatically be appended to the outgoing string. In NI-SPY it will show up as a dot, i.e. "*IDN?." and the count will be 6 bytes (not 5).
Further, if you dbl-click on the ibwrt statement, and look at the buffer tab, then you should see the hex code for your outgoing string with the EOS character attached...
I'm using Measurement Studio 6.0 to test this..
Hope that helps some...
Nandan Dharwadker
Staff Software Engineer
Measurement Studio Hardware Team