added component for dropdown box for COM Port selection

This commit is contained in:
2024-06-01 01:32:52 +10:00
parent 17e7bb137e
commit 8d2f70fd23
9 changed files with 351 additions and 21 deletions

3
resources/test.js Normal file
View File

@@ -0,0 +1,3 @@
import { SerialPort } from 'serialport'
console.log(SerialPort.list())