Serial RS232 / RS485 Ethernet Converter Manual – US2000B
WWW.USCONVERTERS.COM
Copyrights © U.S. Converters
15
Send reset (RST) command over Ethernet
This command can only be used with firmware 2002 and up.
Use UDP broadcast and send data to 255.255.255.255, port 1901.
Command structure:
function head len(from cmd tobefore
verify)
cmd User /password verify(sum)
reset
FF
0D
02
[usrname]
[password]
xx
For example:
FF 0D 02
61 64 6D 69 6E 00
61 64 6D 69 6E 00
20
Converter will respond (4 Byte):
FF 01 02 4B (command success) 4B = 'K';
or
FF 01 02 45 (user name and password false) 45
=
'E'.