SmartWAV2-SerialMode_R1
SMARTWAV 2
Serial Mode
Vizic Technologies ©2020 | 73
Examples (sent and
received commands)
Example 1:
*Current directory path is “/” (root path).
Sent data:
-46,44,30,31,32,33,00- Open a directory
called “0123”.
Received data:
-00,4F- OK, OK.
*Current directory path is now “/0123”.
Example 2:
*Current directory path is “/ABC”.
Sent data:
-46,44,30,31,32,33,00- Open a directory
called “0123”.
Received data:
-00,4F- OK, OK.
*Current directory path is now “/ABC/0123”.
Example 3:
*Current directory path is “/ABC”.
Sent data:
-46,44,2E,2E,00- Go to parent directory: “..”
goes up one level.
Received data:
-00,4F- OK, OK.
*Current directory path is now “/” (root path).
Example 4:
*Current directory path is “/ABC/0123”.
Sent data:
-46,44,2E,2E,00- Go to parent directory: “..”
goes up one level.
Received data:
-00,4F- OK, OK.
*Current directory path is now “/ABC”.