diff --git a/assets/js/winkey.js b/assets/js/winkey.js index c7ef035b..3f1112d5 100644 --- a/assets/js/winkey.js +++ b/assets/js/winkey.js @@ -111,6 +111,7 @@ async function connect() { // - Wait for the port to open. await port.open({ baudRate: 1200 }); + await port.setSignals({ requestToSend: true }); statusBar.innerText = "Connected"; connectButton.innerText = "Disconnect"