Support 
model 
 
- 414 - 
GS R 2 n t1 t2 
 
 [Function]   Controlling bezel LED 
 
 [Code]   <1D>H<52>H<32>H<n>H<t1>H<t2> 
 
 [Range]   0≤n≤2, 48≤n≤50 
  0, 2≤t1≤255, 0, 2≤t2≤255 
 
 [Outline]   This command controls Bezel LED. 
“n”  specifies the mode of Bezel LED. 
2,50  Blinking 
Blinking during data receiption 
t1: ON time of Bezel LED control  
2≤t1≤255: ON time = t1 x 100ms 
t1 = 0: ON time = Default (5 x 100ms) 
t2: OFF time of Bezel LED control 
2≤t2≤255: OFF time = t2 × 100ms 
t2 = 0: OFF time = Default (5 x 100ms) 
If “n” is set for OFF or ON, OFF/ON time is t1+ t2. 
If “n” is set for Blinking, LED blinks twice with specified ON/OFF time. 
 
[Caution]   • This command supports only CT-S251. 
• MSW11-1: Even if bezel LED is set up, change by a command is possible. 
 
 [Default]    t1 = 2(200ms) 
     t2 = 2(200ms) 
 
 [Sample Program]  
LPRINT CHR$(&H1D); CHR$(&H52); CHR$(&H32); CHR$(2); CHR$(10); CHR$(10); 
・・・ On time of LED blinking is set for 1 sec and Off time of LED blinking is set for 1 sec.