Commit 1d0d4bca authored by Pavel Vainerman's avatar Pavel Vainerman

попытка исправить обмен по ComPort-у

parent 4134ce15
...@@ -312,8 +312,8 @@ void ComPort::cleanupChannel() ...@@ -312,8 +312,8 @@ void ComPort::cleanupChannel()
fcntl(fd,F_SETFL,oldfl); fcntl(fd,F_SETFL,oldfl);
curSym = 0; // curSym = 0;
bufLength=-1; // bufLength=-1;
} }
// -------------------------------------------------------------------------------- // --------------------------------------------------------------------------------
void ComPort::setSpeed( std::string s ) void ComPort::setSpeed( std::string s )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment