MTD2000 AT Command Guide R12
Confidential
DAVISCOMMS (S) PTE LTD
32 /105
Note: Store a server address.
AT$NT=1
Note: Query a server address.
OK
$NT: 1,”192.168.123.120”,2000
AT$NT?
Note: Query all server addresses.
OK
$NT: 1,”192.168.123.120”,2000
$NT: 2,”www.yahoo.com”,80
…
$NT: 10,””
10.2 UDP/IP Address List – AT$NU
This command allows user to store maximum 10 UDP/IP server addresses in the
device.
Syntax
Command
Response
AT$NU=<Index>,<IP Address>,<Port>
Note: Write setting.
OK
AT$NU=<Index>
Note: Query one setting.
OK
$NU: <Index>,<IP Address>,<Port>
AT$NU?
Note: Query all settings (not accessible via SMS).
OK
$NU: 1,<IP Address>,<Port>
…
$NU: 10,<IP Address>,<Port>
Parameters
Index
UDP server address 1 to 10
IP Address
UDP server IP address in host name or dotted decimal
notation, maximum 60 characters. A hostname may contain
only the ASCII letters 'a' through 'z' (case-insensitive), the
digits '0' through '9', and the hyphen. Hostname labels
cannot begin or end with a hyphen. No other symbols,
punctuation characters, or blank spaces are permitted.
Default is blank
Port
UDP server port number (1 to 65535)
Default is 1000