I am having a problem reading binary data
from my Agilent 8753E Network Analyzer.  If I issue the commands "FORM4
OUTPFORF" and then read the data from the queue it works fine, as FORM4
tells
the instrument to reply with ASCII data.  However if I issue commands
"FORM3:OUTPFORF" and read the data I get a string of weird characters
ex.(#A\f\x84\xc1T<\x00\xc1T@\x00\xc1T2\x00\xc1Td\x00\...).  What I need to
do
is return the data from the command "FORM3:OUTPFORF" in a format that is
useable like an array of real numbers.  Also, if I issue the same 2
commands in
MAX I get the same results.  FORM4 results in an array of 2 data values
comma
delimited
ex.(
1.2256, 0.0000
1.2455, 0.0000
et
c...
Thanks in advance for all your help.