rust称重到mqtt
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
yanh 2ff4ff21bb 更新 'README.md' 1 ay önce
src 配置优化 2 ay önce
.gitignore rust称重并发布到mqtt 3 ay önce
Cargo.lock 添加mac地址 3 ay önce
Cargo.toml 添加mac地址 3 ay önce
README.md 更新 'README.md' 1 ay önce
config.json 配置优化 2 ay önce
config.json.orig Merge branch 'master' of http://112.33.111.155:3000/yanh/RustWeightService 3 ay önce
mycert.pem 移除循环 3 ay önce
server-cert.pem 优化 3 ay önce
server-cert.pemopenssl 优化 3 ay önce

README.md

RustWeightService

rust称重程序

1 麒麟系统:      "serial_port": "/dev/ttyS1",
2 windows系统:       "serial_port": "com1",


{
    "scale_type": "001",
    "serial_port": "/dev/ttyS1",
    "baud_rate": 9600
}



{
    "scale_type": "001",
    "serial_port": "com1",
    "baud_rate": 9600

}