Specifications

3-22 Command Set
3. 16. Read Initial Count Value
@Description
Read the initial count value of counter 0 or counter 1.
@Syntax
$(Addr)G(CounterNo)<CR>
$
Command leading code.
(Addr) Address ID (2-character)
G
Read initial counter value command code
(CounterNo)
0: counter 0
1: counter 1
@Response
!(Addr)(IniData)<CR>
or
?(Addr)<CR>
!
Command is valid.
?
Command is invalid.
(Addr)
Address ID.
(IniData)
The initial count value which consists of 8
hexadecimal digits.
@Example
User command: $30G1<CR>
Response: !30000000FF<CR>
Item Meaning Description
$ (Leading Code) Command leading code.
30 (Addr) Address ID is 30H.
G Read initial count value.
1 (CounterNo) Counter 1.
!
Command is valid.
30
Address of counter/frequency module.
000000FF
255(0x000000FF).