added client-server conf options guide

This commit is contained in:
ehofmann
2020-10-23 06:19:26 +00:00
parent 51947f619b
commit c98aef9010

View File

@@ -17,8 +17,19 @@ To request weight data the following command must be send to the scale controlle
#### Server mode configuration
buttons
(c) (⤺⤻) (→0←) (→T←) (i) (⇰)
1. keep pressed (⇰)
2. Will ask "Enter code" press (⇰)
3. Will show menu options, select Communication → Com2
````
Mode → Continuos
Param. Ethernet → According network settings
TCP mode → TCP mode → Server
→ Port → <Server port, for good luck use 3333>
→ Disc timeout → 0
````
### Client mode
The scale act as a client pushing continuos data to the server, configured as specific IP address and port
@@ -31,4 +42,18 @@ S S 0.000 kg
````
#### Client mode configuration
buttons
(c) (⤺⤻) (→0←) (→T←) (i) (⇰)
1. keep pressed (⇰)
2. Will ask "Enter code" press (⇰)
3. Will show menu options, select Communication → Com2
````
Mode → Continuos
Param. Ethernet → According network settings
TCP mode → TCP mode → Client
→ Remote IP → <Client IP address>
→ Remote port → <Client remote port>
→ Connect timeout → 0
→ Disc timeout → 0
````