disable parity bit

This commit is contained in:
2022-10-10 15:21:41 +02:00
parent c82c4cf9d1
commit 57dff4258a
2 changed files with 2 additions and 2 deletions

@@ -328,7 +328,7 @@ void ObjectFactory::createScexComponents(std::string uartDev, PowerSwitchIF* pwr
std::optional<power::Switch_t> switchId) {
auto* cookie = new UartCookie(objects::SCEX, uartDev, uart::SCEX_BAUD, 4096);
cookie->setTwoStopBits();
cookie->setParityEven();
//cookie->setParityEven();
auto scexUartReader = new ScexUartReader(objects::SCEX_UART_READER);
auto scexHandler = new ScexDeviceHandler(objects::SCEX, *scexUartReader, cookie, mountedIF);
if (onImmediately) {

2
tmtc

Submodule tmtc updated: f35c96eecc...a91d40f333