Difference between revisions of "Firmware-800 Command-100"

From I-CubeX Wiki
Jump to: navigation, search
(Copied from Firmware-80 Command-100, revision 2961)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==EDIT NAME (100, 64h)==
 
==EDIT NAME (100, 64h)==
  
The EDIT NAME command stores the name (as ASCII encoded characters) of the configuration currently stored in the WiDig. Upon completion of the command the WiDig sends out the [[Firmware-80_Message-101 |NAME message]].
+
The EDIT NAME command stores the name (as ASCII encoded characters) of the configuration currently stored in the WiDig. Upon completion of the command the WiDig sends out the [[Firmware-800_Message-101 |NAME message]].
  
 
The [BODY] of the EDIT NAME command is:
 
The [BODY] of the EDIT NAME command is:
Line 10: Line 10:
 
|-
 
|-
 
|0aaaaaaa:
 
|0aaaaaaa:
|aaaaaaa = [0..127]; 1st character, default = “U” (55h)
+
|aaaaaaa = [0..127]; 1st character, default = “W” (57h)
 
|-
 
|-
 
|0bbbbbb:
 
|0bbbbbb:
|bbbbbb = [0..127]; 2nd character, default = “S” (53h)
+
|bbbbbb = [0..127]; 2nd character, default = “i” (69h)
 
|-
 
|-
 
|0ccccccc:
 
|0ccccccc:
|ccccccc = [0..127]; 3rd character, default = “B” (42h)
+
|ccccccc = [0..127]; 3rd character, default = “D” (44h)
 
|-
 
|-
 
|0ddddddd:
 
|0ddddddd:
|ddddddd = [0..127]; 4th character, default = “-” (2Dh)
+
|ddddddd = [0..127]; 4th character, default = “i” (69h)
 
|-
 
|-
 
|0eeeeeee:
 
|0eeeeeee:
|eeeeeee = [0..127]; 5th character, default = “u” (75h)
+
|eeeeeee = [0..127]; 5th character, default = “g” (67h)
 
|-
 
|-
 
|0fffffff:
 
|0fffffff:
|fffffff = [0..127]; 6th character, default = “D” (44h)
+
|fffffff = [0..127]; 6th character, default = “ ” (20h)
 
|-
 
|-
 
|0ggggggg:
 
|0ggggggg:
|ggggggg = [0..127]; 7th character, default = “i” (69h)
+
|ggggggg = [0..127]; 7th character, default = “ ” (20h)
 
|-
 
|-
 
|0hhhhhhh:
 
|0hhhhhhh:
|hhhhhhh = [0..127]; 8th character, default = “g” (67h)
+
|hhhhhhh = [0..127]; 8th character, default = “ ” (20h)
 
|}
 
|}

Latest revision as of 20:38, 22 June 2018

EDIT NAME (100, 64h)

The EDIT NAME command stores the name (as ASCII encoded characters) of the configuration currently stored in the WiDig. Upon completion of the command the WiDig sends out the NAME message.

The [BODY] of the EDIT NAME command is:

00000001: 1; configuration number
0aaaaaaa: aaaaaaa = [0..127]; 1st character, default = “W” (57h)
0bbbbbb: bbbbbb = [0..127]; 2nd character, default = “i” (69h)
0ccccccc: ccccccc = [0..127]; 3rd character, default = “D” (44h)
0ddddddd: ddddddd = [0..127]; 4th character, default = “i” (69h)
0eeeeeee: eeeeeee = [0..127]; 5th character, default = “g” (67h)
0fffffff: fffffff = [0..127]; 6th character, default = “ ” (20h)
0ggggggg: ggggggg = [0..127]; 7th character, default = “ ” (20h)
0hhhhhhh: hhhhhhh = [0..127]; 8th character, default = “ ” (20h)