set the baud rate to 2400 (hard-coded; TODO: fix this)

This commit is contained in:
fgerlits 2007-06-14 09:58:34 +00:00
parent eaa81a3600
commit 8dfd1d3a87
1 changed files with 3 additions and 0 deletions

View File

@ -414,6 +414,9 @@ GLiveSupport :: configure(const xmlpp::Element & element)
optionsContainer->setOptionItem(OptionsContainer::serialDeviceName,
serialDevice);
}
// configure the serial port
// TODO: make this configurable
serialStream->SetBaudRate(LibSerial::SerialStreamBuf::BAUD_2400);
}