diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-08-26 19:45:32 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-08-26 19:45:32 -0400 |
commit | 09b2c79ed6320dc6541f1edf435a01b125fe0425 (patch) | |
tree | 3280944301005e4d2b806bd888c0f94380700a48 /gui/stmdsp.cpp | |
parent | 7077b8d448a847f593402381be5244f86eae75e8 (diff) |
organized controls; improved connection handling
Diffstat (limited to 'gui/stmdsp.cpp')
-rw-r--r-- | gui/stmdsp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/stmdsp.cpp b/gui/stmdsp.cpp index 73ae880..5fca940 100644 --- a/gui/stmdsp.cpp +++ b/gui/stmdsp.cpp @@ -16,7 +16,7 @@ namespace stmdsp } device::device(const std::string& file) : - m_serial(file, 230400, serial::Timeout::simpleTimeout(50)) + m_serial(file, 1000000/*230400*/, serial::Timeout::simpleTimeout(50)) { if (m_serial.isOpen()) { m_serial.write("i"); |