1
0
Fork 0

Remove call to cfmakeraw()

This commit is contained in:
curt 1998-11-25 01:33:23 +00:00
parent 3730ce404f
commit b82aef65e5

View file

@ -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.
//