commit
8fdaf7bfbd
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ namespace MatterHackers.SerialPortCommunication.FrostedSerial
|
|||
{
|
||||
#if __ANDROID__
|
||||
//Create an instance of a FrostedSerialPort and open it
|
||||
IFrostedSerialPort newPort = Create(serialPortName);
|
||||
IFrostedSerialPort newPort = Create(serialPortName, settings);
|
||||
|
||||
newPort.BaudRate = baudRate;
|
||||
if (DtrEnableOnConnect)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue