Dear all,
What is the command to clear the device over the RS232 interface for Agilent multimeter 34401A?
I would like to clear all the registers, input and output buffer and queue etc.
I am using Visual Basic 6 to write the source code.
From the 34401A manual (pg153), it was mentioned that Ctrl-C is the command.
Is it
strCommand = "Ctrl-C"
DMM34401A.Writestring strCommand
For the GPIB interface, it is *CLS.
Thanks & Regards
What is the command to clear the device over the RS232 interface for Agilent multimeter 34401A?
I would like to clear all the registers, input and output buffer and queue etc.
I am using Visual Basic 6 to write the source code.
From the 34401A manual (pg153), it was mentioned that Ctrl-C is the command.
Is it
strCommand = "Ctrl-C"
DMM34401A.Writestring strCommand
For the GPIB interface, it is *CLS.
Thanks & Regards