try turning on rts

这个提交包含在:
Peter Goodhall 2023-08-01 17:17:31 +01:00
父节点 3d14dde83a
当前提交 e6ee8cd9e2

查看文件

@ -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"