Added UART 9 bit files

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
2025-10-21 14:19:34 +01:00
parent 39176574a5
commit 703c788c31
4 changed files with 542 additions and 3 deletions

View File

@@ -35,7 +35,6 @@
/*---------------------------------------------------------------------------*/
/* Project header includes */
/*---------------------------------------------------------------------------*/
#include "BasicUART.h"
#include "DataSourceI.h"
#include "EmbeddedServiceMethodBinderI.h"
#include "EventSem.h"
@@ -43,6 +42,7 @@
#include "RegisteredMethodsMessageFilter.h"
#include "SingleThreadService.h"
#include "UART9Bit.h"
/*---------------------------------------------------------------------------*/
/* Class declaration */
/*---------------------------------------------------------------------------*/
@@ -211,7 +211,7 @@ private:
/**
* The UART interface.
*/
BasicUART serial;
UART9Bit serial;
/**
* Timeout to wait for data to be available.