This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
yanh
/
RustWeightService
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
配置端口
dev
test
3 months ago
parent
7735345c70
commit
bdc15448d6
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
README.md
+1
-1
config.json
+ 3
- 1
README.md
View File
@@ -1,3 +1,5 @@
# RustWeightService
rust称重到mqtt
rust称重到mqtt
麒麟 "serial_port": "/dev/ttyS1",
windows "serial_port": "com1",
+ 1
- 1
config.json
View File
@@ -1,5 +1,5 @@
{
"scale_type": "001",
"serial_port": "
COM
1",
"serial_port": "
/dev/ttyS
1",
"baud_rate": 9600
}
Write
Preview
Loading…
Cancel
Save