07-18-2017 02:23 AM
Hello,
I am a starter in LabVIEW, and I have a problem on getting data out from the oscilloscope. The type of the oscilloscope is HM507, and this oscilloscope only has RS232. How do I get the data of the waveform on the oscilloscope? Do I need to get any module? I already have a RS232 to USB adapter. Besides, I need to use the data of the waveform to make a same waveform on the computer. Is it possible to display the waveform on the LabVIEW?
07-18-2017 10:03 AM
Here is the location of the manual:
http://docs-europe.electrocomponents.com/webdocs/0296/0900766b80296cd0.pdf
It appears that any command that can be sent remotely is shown as: "COMMAND"
NOTE: The RS-232 is configured as 8-N-2 using the RTS/CTS Hardware Protocol. After powering up the scope, it awaits 0x200D {<Space><CR>} from the PC operating anywhere between 110 to 115,200 baud. The oscilloscope should then respond with 0x300D0A {<0><CR><LF>} to signify that it is healthy and controlled remotely.