Changes

m
Fix typo (switc -> switch)
Line 159: Line 159:  
As you can see, the only difference is the digit at the end - '''0 for OFF''', '''1 for ON'''. The same is true for all other parameters that accept only two input values.
 
As you can see, the only difference is the digit at the end - '''0 for OFF''', '''1 for ON'''. The same is true for all other parameters that accept only two input values.
   −
In the case of '''SIM switch''' there are three values - '''0''', '''1''' and '''2'''. 1 makes the first SIM card slot in use, 2 makes the second SIM card slot in use and 0 initiates a switc from the SIM card in use to the opposite SIM card. For example, to initiate a switch to the second SIM card the command should look like this:
+
In the case of '''SIM switch''' there are three values - '''0''', '''1''' and '''2'''. 1 makes the first SIM card slot in use, 2 makes the second SIM card slot in use and 0 initiates a switch from the SIM card in use to the opposite SIM card. For example, to initiate a switch to the second SIM card the command should look like this:
    
  $ modbus write -w -p 12345 192.168.1.1 %MW205 2
 
  $ modbus write -w -p 12345 192.168.1.1 %MW205 2
0

edits