Merge branch 'development'
#Conflicts: # .DS_Store
This commit is contained in:
@@ -78,7 +78,13 @@ async function connectSerial() {
|
||||
};
|
||||
await logCommunication(`Selected USB device - ${JSON.stringify(portDetails)}`, 'connected');
|
||||
|
||||
await port.open({ baudRate: 56700 });
|
||||
await port.open({
|
||||
baudRate: 56700,
|
||||
dataBits: 8,
|
||||
stopBits: 1,
|
||||
parity: 'none',
|
||||
flowControl: 'none'
|
||||
});
|
||||
|
||||
listenToPort();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user