diff --git a/host/Host.cpp b/host/Host.cpp index d34024c1..535092cb 100644 --- a/host/Host.cpp +++ b/host/Host.cpp @@ -1574,7 +1574,7 @@ bool Host::createModem() if (portType == NULL_PORT) { modemPort = new port::ModemNullPort(); } - else if (portType == UART_PORT || portType == UDP_PORT) { + else if (portType == UART_PORT || portType == UDP_PORT || portType == PTY_PORT) { port::SERIAL_SPEED serialSpeed = port::SERIAL_115200; switch (uartSpeed) { case 1200: