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

View File

@@ -16,4 +16,4 @@ baud_rate: 9600
# adjust the amount of signal noise reduction depending on your hardware quality
# supported values are "low" (excellent hardware), "default" (regular hardware) or "high" (bad, noisy hardware)
noise_reduction: default
noise_reduction: default

3
resources/test.js Normal file
View File

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