diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:03:28 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:03:28 -0500 |
commit | aceea96906c3a80d674c63d9d20914421ee0bddc (patch) | |
tree | 0fffbbdd21e889aefd64c2ded5335dcc7f9d00cc | |
parent | f3aa09930cfeabce1811b0e0aed545ea46b32409 (diff) |
leave gpib off for now
-rw-r--r-- | instr-daemon.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index 2b1c110..8d7f2dd 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -225,7 +225,7 @@ int main(int argc, char **argv) LCD_write(2,0,message); g_free (message); - GPIB_initialize(); +// GPIB_initialize(); IO_Setup_RS232( globals.Flash.baud, globals.Flash.parity, @@ -321,14 +321,14 @@ static gboolean periodic_poll (void) Menu_Check_Buttons (); // FIXME - gpib input - should have it's own thread? - GPIB_check_for_device_clear_signal(); - if (GPIB_check_for_messages(globals.Registers.gpib_buffer)) { - if (GPIB_handle_new_input(globals.Registers.gpib_buffer)) { +// GPIB_check_for_device_clear_signal(); +// if (GPIB_check_for_messages(globals.Registers.gpib_buffer)) { +// if (GPIB_handle_new_input(globals.Registers.gpib_buffer)) { // FIXME check_for_ctrl_mode_changes(); /* update rem/loc settings */ - Parser_main(globals.Registers.gpib_buffer, 0, NULL, NULL); - } - } - GPIB_check_for_device_clear_signal(); +// Parser_main(globals.Registers.gpib_buffer, 0, NULL, NULL); +// } +// } +// GPIB_check_for_device_clear_signal(); return TRUE; |