rust称重到mqtt
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yanh 2ff4ff21bb 更新 'README.md' 1 개월 전
src 配置优化 2 달 전
.gitignore rust称重并发布到mqtt 3 달 전
Cargo.lock 添加mac地址 3 달 전
Cargo.toml 添加mac地址 3 달 전
README.md 更新 'README.md' 1 개월 전
config.json 配置优化 2 달 전
config.json.orig Merge branch 'master' of http://112.33.111.155:3000/yanh/RustWeightService 3 달 전
mycert.pem 移除循环 3 달 전
server-cert.pem 优化 3 달 전
server-cert.pemopenssl 优化 3 달 전

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

}