added component for dropdown box for COM Port selection
This commit is contained in:
@@ -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
3
resources/test.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import { SerialPort } from 'serialport'
|
||||
|
||||
console.log(SerialPort.list())
|
||||
Reference in New Issue
Block a user