summaryrefslogtreecommitdiff
path: root/gpib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpib.c')
-rw-r--r--gpib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gpib.c b/gpib.c
index 2218b1a..b2b24b7 100644
--- a/gpib.c
+++ b/gpib.c
@@ -784,9 +784,9 @@ void GPIB_and_VXI_start_query_response(gpointer ignore_this, gchar *in_string)
g_assert (ignore_this == NULL);
g_assert (in_string != NULL);
- if (!globals.HWDetect.gpib) {
- return;
- }
+ //if (!globals.HWDetect.gpib) {
+ // return;
+ //}
if (globals.Registers.pending_output_message != NULL) {
queue_error_for_gpib_only(query_error_interrupted);
@@ -795,7 +795,7 @@ void GPIB_and_VXI_start_query_response(gpointer ignore_this, gchar *in_string)
}
globals.Registers.pending_output_message = g_strdup_printf ("%s\n", in_string);
- TNT_4882_Status(STB,0x10,SET); // Set MAV bit
+ //TNT_4882_Status(STB,0x10,SET); // Set MAV bit
}