Difference between revisions of "Firmware-751 Command-100"
(Copied from Firmware-75 Command-100, revision 1923) |
|||
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 USB-microDig. Upon completion of the command the USB-microDig sends out the [[Firmware- | + | The EDIT NAME command stores the name (as ASCII encoded characters) of the configuration currently stored in the USB-microDig. Upon completion of the command the USB-microDig sends out the [[Firmware-751_Message-101 |NAME message]]. |
The [BODY] of the EDIT NAME command is: | The [BODY] of the EDIT NAME command is: |
Latest revision as of 03:17, 11 January 2018
EDIT NAME (100, 64h)
The EDIT NAME command stores the name (as ASCII encoded characters) of the configuration currently stored in the USB-microDig. Upon completion of the command the USB-microDig sends out the NAME message.
The [BODY] of the EDIT NAME command is:
00000001: | 1; configuration number |
0aaaaaaa: | aaaaaaa = [0..127]; 1st character, default = “U” (55h) |
0bbbbbb: | bbbbbb = [0..127]; 2nd character, default = “S” (53h) |
0ccccccc: | ccccccc = [0..127]; 3rd character, default = “B” (42h) |
0ddddddd: | ddddddd = [0..127]; 4th character, default = “-” (2Dh) |
0eeeeeee: | eeeeeee = [0..127]; 5th character, default = “u” (75h) |
0fffffff: | fffffff = [0..127]; 6th character, default = “D” (44h) |
0ggggggg: | ggggggg = [0..127]; 7th character, default = “i” (69h) |
0hhhhhhh: | hhhhhhh = [0..127]; 8th character, default = “g” (67h) |