RIGOL
Chapter 3 Programming Examples
3-18
DS4000E Programming Guide
stringTemp = (char *)(LPCTSTR)strTemp;
viPrintf (vi,stringTemp);
//Read the results
viScanf (vi, "%t\n", &buf);
//Display the results
UpdateData (TRUE);
m_receive = buf;
UpdateData (FALSE);
viClose (vi);
viClose (defaultRM);
9.
Save, compile, and run the project to obtain a single exe file. When the oscilloscope is correctly
connected to the PC, select a command and click Send and Read to execute the command.