using 8-bit characters for transmission
This commit is contained in:
parent
6c19951816
commit
4f3d96df82
|
@ -128,6 +128,8 @@ int main (int argc,
|
|||
std::exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
s.SetCharSize(LibSerial::SerialStreamBuf::CHAR_SIZE_8);
|
||||
|
||||
std::cout << "Serial port "
|
||||
<< sn
|
||||
|
|
Loading…
Reference in New Issue