rust称重到mqtt
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

3ヶ月前
2ヶ月前
2ヶ月前
2ヶ月前
12345678910111213141516171819202122
  1. # RustWeightService
  2. rust称重程序
  3. 1 麒麟系统: "serial_port": "/dev/ttyS1",
  4. 2 windows系统: "serial_port": "com1",
  5. {
  6. "scale_type": "001",
  7. "serial_port": "/dev/ttyS1",
  8. "baud_rate": 9600
  9. }
  10. {
  11. "scale_type": "001",
  12. "serial_port": "com1",
  13. "baud_rate": 9600
  14. }