This commit is contained in:
sam
2023-09-26 15:10:08 +02:00
parent 4f1c1c51c8
commit 363973d7b8
2 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
let port;
await port.open({ baudRate: 9600});
while (port.readible) {
@@ -7,3 +9,6 @@ while (port.readible) {
}
export { };