Specifications

TH230/TH230+ Programmers Guide
117
GS ( E p
L
p
H
fn d1…dn (fn=129)
Function: Set serial number
Code ASCII:
GS ( E p
L
p
H
fn d1 … dn
Code HEX:
0x1D 0x28 0x45 p
L
p
H
0x81 d1 … dn
Range:
2 (p
L
+ p
H
× 256) 11
fn = 129
32 d 255
1 n 10
Description:
Set the serial number in the EEPROM. Parameter d1 … dn specifies the
serial number in ASCII character’s as a string without zero at the end. The
max size of the string is 10 characters.
Notes:
This command can be used only once!
This function code (fn = 129) is enabled only in the user setting mode.
If the value of (p
L
+ p
H
* 256) is out of the specified range, this command
is ignored.
GS ( E p
L
p
H
fn d1…dn (fn=130)
Function: Set production date
Code ASCII: GS ( E p
L
p
H
fn d1 … dn
Code HEX:
0x1D 0x28 0x45 p
L
p
H
0x82 d1 … dn
Range: (p
L
+ p
H
× 256) = 7
fn = 130
48 d 57
n = 6
01 DD 31
01 MM 12
00 YY 99
Description: Set the production date in the EEPROM. Parameter d1…dn specifies the
production date in ASCII character’s as a string without zero at the end. The
format is DDMMYY.
Notes:
This command can be used only once!
This function code (fn = 130) is enabled only in the user setting mode.
If the value of (p
L
+ p
H
* 256) is out of the specified range, this command
is ignored.
If the value of Day (DD), Month (MM) or Year (YY) is out of the specified
range, this command is ignored.