Basic Information for Programming
5.3 RS-232C in Remote Control
When you use RS-232C in remote control, you have to send the remote command
CONFigure : REMote ON
first to let control procedure enter into remote state, and then
execute other command set. When control comes to an end, you have to send the command
CONFigure : REMote OFF
to let control procedure return to local operation mode.
The RS-232C control commands are same as those of GPIB. When the RS-232C command
string comes to an end for sending, <nl> should be added. Its ASCII code is 0A
hexadecimal (or 10 decimal).
5-3