User's Manual
0xF2: Communication line error
DHCP: 0x00: Disable
0x01: Enable
IP: The IP address, 4 bytes.
Subnet: The subnet mask, 4 bytes
Gateway: The gateway address, 4 bytes
Note: This command should always return IP, Subnet and Gateway.
4-2-64. Set the IP Address for the FTP Server
0xBA
Len
0xA8
FTP
ID
Password
Checksum
FTP: The IP address, 4 bytes.
ID: The login ID to the FTP server, null-terminated string
(0 means it is anonymous)
Password: The password of the ID, null-terminated string
Return:
0xBD
Len
0xA8
Status
Checksum
Status: 0x00: Operation success
0xF0: Checksum error
0xF2: Communication line error
4-2-65. Get the IP Address for the FTP Server
0xBA
Len
0xA9
Checksum
Return:
0xBD
Len
0xA9
Status
FTP
Checksum
Status: 0x00: Operation success
0xF0: Checksum error
0xF2: Communication line error
FTP: The IP address, 4 bytes.
4-2-66. Set the IP address and the Port Number of the Server (a pc that issues
commands through TCP/IP)
0xBA
Len
0xA3
IP
Port
Retry
Interval
Checksum
IP: The IP address of the server, 4 bytes
Port: The Port number of the server, 2 bytes, little-endian
Retry: The number of retrials to connect to the server, 1 byte
Interval: The interval between 2 retrials, 1 byte
Return:
0xBD
Len
0xA3
Status
Checksum
Status: 0x00: Operation success
0xF0: Checksum error
0xF2: Communication line error