Zwischenstand

This commit is contained in:
Tristan Krause 2019-03-28 13:45:16 +01:00
parent dd58ec7fed
commit b9d7caab28
8 changed files with 52 additions and 32 deletions

View file

@ -12,6 +12,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <termios.h>
#include "driverexception.h"
@ -51,7 +52,7 @@ public:
private:
int usart = -1;
uint16_t timeout = 1000;
uint16_t timeout = 100; // ms
static B15F* instance;