I'm trying to retrieve data from a DPO3034 scope by sending these these commands:
DATA:SOURCE CH1
DATA:ENCDG ASC
DATA:START
CURVE?
I get 98, 98, 98, 97, 97, 98, 98,...
How can I convert these ASCII formatted values to voltages?
I also tried retrieving data that are binary formatted
DATA:SOURCE CH1
DATA:ENCDG RIBINARY
DATA:START
CURVE?
I get #520000a b a b b a b c b c a b a a a b ^ b b a b a b....
How can I convert these to proper data points?