Explorar el Código

配置端口

dev
test hace 3 meses
padre
commit
bdc15448d6
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. +3
    -1
      README.md
  2. +1
    -1
      config.json

+ 3
- 1
README.md Ver fichero

@@ -1,3 +1,5 @@
# RustWeightService

rust称重到mqtt
rust称重到mqtt
麒麟 "serial_port": "/dev/ttyS1",
windows "serial_port": "com1",

+ 1
- 1
config.json Ver fichero

@@ -1,5 +1,5 @@
{
"scale_type": "001",
"serial_port": "COM1",
"serial_port": "/dev/ttyS1",
"baud_rate": 9600
}

Cargando…
Cancelar
Guardar