
Programming the Enhanced Monitor
53
Chapter 3
/* For use with a computer (PC), execute the following lines of code */
/*errStatus = viPrintf(en_mon, “SYST:COMM:SER:PRES:RAW”);
CHECKERR(errStatus, __LINE__);
*/
/* Set Baud Rate to 19200 */
errStatus = viPrintf(en_mon, “SYST:COMM:SER:BAUD 19200“);
CHECKERR(errStatus, __LINE__);
/* Close the Enhanced Monitor Instrument Session */
errStatus = viClose (en_mon);
CHECKERR(errStatus, __LINE__);
/* Close the Resource Manager Session */
errStatus = viClose (viRM);
CHECKERR(errStatus, __LINE__);
return VI_SUCCESS;
}
Summary of Contents for E8402A
Page 8: ...10 Contents ...
Page 12: ...14 Notes ...
Page 14: ......
Page 26: ...28 Getting Started Chapter 1 ...
Page 42: ...44 Using the Enhanced Monitor Chapter 2 ...
Page 214: ...216 Servicing Your Mainframe Chapter 5 ...
Page 226: ...228 HP E8402 E8404A Product Specifications Appendix A ...