Merge branch 'development'
#Conflicts: # .DS_Store
This commit is contained in:
@@ -93,7 +93,13 @@ async function connectDevice() {
|
||||
};
|
||||
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'
|
||||
});
|
||||
progressBar("10", "Connecting", "#04AA6D");
|
||||
|
||||
// Log successful connection with details
|
||||
|
||||
Reference in New Issue
Block a user