Julabo sct driver to use @@NOREPLY@@

This commit is contained in:
Douglas Clowes
2014-07-15 18:51:43 +10:00
parent acec319ee3
commit fd7d369ea2
2 changed files with 4 additions and 4 deletions

View File

@@ -94,14 +94,14 @@ driver julabo_lh45_gen = {
# Put a space between command and param
set cmd "${cmd_str} ${par}"
# Hack to get a response
set cmd "${cmd}\r\nversion"
set cmd "${cmd}@@NOREPLY@@"
%%}
code Write_function setValue = {%%
# Put a space between command and param
set cmd "${cmd_str} ${par}"
# Hack to get a response
set cmd "${cmd}\r\nversion"
set cmd "${cmd}@@NOREPLY@@"
%%}
#
# This code is after database creation