HW-VX IP Protocol

These devices:

  • HW-VX6346KL
  • HW-VX6330K have TCP/IP interface that can be set, and queried by sending UDP packet to the device.

A command frame has this format: Command Letter + Command Parameter + Parameter.

Command

Command codeDescription
Login (L)Login command
Logout (O) commandLogout command
Reboot (E) commandReboot command
Initialize (I)Device initialization command
Set Setting (S)Set device setting
Get Setting (G)Get a parameter of the current device command
Echo (X)Detect all device status commands
Assign IP-address (A)Assign IP-address command
Select In Broadcast Mode (W)Select broadcast mode
VGet current version command

📌 Note: All commands are sent as UDP packets to port 65535.

Reply

Reply codeDescription
ACommand executed successfully
CCommand error
RDevice refuses to execute command
DCan’t connect to the device
FCommand execution failed

Settings

Settings below can be set by the Set Setting (S) command, queried by Get Setting (G) command, and restored by default by Initialize (I) command.

Example Code

Example Code