SmartWAV2-SerialMode_R1
SMARTWAV 2
Serial Mode
Vizic Technologies ©2020 | 19
6.1 Initialize System - 55hex - ‘U’ ascii
Commands (host)
byte(s)
1.- 0x55 (hex), U (ascii).
Responses (device)
byte(s)
1.- 0x4F (hex), O (ascii) - Success ACK or
0x46 (hex), F (ascii) - Fail NAK.
Description
Initialize the SmartWAV 2 processor to start
receiving serial commands, this command
must be called before any other. (please let
a 50ms delay before sending this command
after a power-on or reset condition).
*Note: SmartWAV 2 default power-on or
reset baud rate speed is always 57600bps.
Examples (sent and
received commands)
Example 1:
Sent data:
-55- Initialize System.
Received data:
-4F- OK.
*All data is in hex.