From b82aef65e5e2d3c8c7cbd258e286a2dd46fca8d3 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 25 Nov 1998 01:33:23 +0000 Subject: [PATCH] Remove call to cfmakeraw() --- Serial/serial.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Serial/serial.cxx b/Serial/serial.cxx index e866f8f9d..175c3b241 100644 --- a/Serial/serial.cxx +++ b/Serial/serial.cxx @@ -67,7 +67,7 @@ bool fgSERIAL::open_port(const string& device) { return false; } - cfmakeraw( &config ); + // cfmakeraw( &config ); // cout << "config.c_iflag = " << config.c_iflag << endl; @@ -183,6 +183,9 @@ int fgSERIAL::write_port(const string& value) { // $Log$ +// Revision 1.5 1998/11/25 01:33:23 curt +// Remove call to cfmakeraw() +// // Revision 1.4 1998/11/23 21:47:00 curt // Cygnus tools compatibility tweaks. // -- 2.39.5