@X4-0047-5
- 30 -
■
Reset the device to the condition at power-on.
You can reset the device to the condition at power-on.
The command length of the reset is 2 byte.
Syntax
:
D<CR>
As shown below, the command line can be also described in binary.
<44h><0Dh>
※
hexadecimal representation
For example, in the case of Visual Basic, you can write as follows;
Dim Cmd
Cmd = “D” + Chr(13)
or
Dim Cmd(1) As Byte
Cmd(0) = 68 : Cmd(1) =13
Response
:
command
success
⇒
“VA”(Valid Argument) is returned.
command failure
Bad Command
⇒
“BC” is returned.