Page Index:
1
2
3
4
5
6
7
Download:
PDF Manual
|
Java Based Setup Utility |
Latest Firmware Patch
|
Virtual COM Port Driver
See Also:
eCOV-100 Basic Model.,
eCOV-132X Box Model, and eCOV-432
Server Model
Serial-Ethernet Converter FAQ
Barcode Scanner | Magstripe Card
Reader / Writer
|
POS Customer Display |
POS Keyboard
Touchscreen POS System | Cash Drawer
|
Serial-Ethernet Converter |
Receipt
Printer
3.3.Enable and save new parameter settings
Ø ”Submit”
Save the new settings to eCOV-110 and restart the unit to enable the settings.
Ø ”Cancel”
Reset all the changes back to the value when the page was loaded.
4. Command
Mode
eCOV-110 parameter settings can be changed
through serial port or network interface by
command mode, the users can easily complete
the parameter changes of eCOV-110 with
simple commands.
This function is designed mainly for use when
eCOV-110 has already connected to the
serial port of the application equipment and
still needs to be configured. The users can do
all the parameter settings on eCOV-110
through the serial port of the application equipment
without connecting eCOV-110 directly to the
Host PC.
Thus when eCOV-110 is used on the end-user
side, if there is any problem on the setting or
to prevent end-users making any parameter
change to eCOV-110 is desired, all can be done
by the small utility built inside the
eCOV-110 unit.
Also, the system administrator can use the
command mode to make all the parameter
settings on eCOV-110 through HyperTerminal or
telnet program.
4.1.Network end Command Mode (TCP Port No
5001)
Ø HyperTerminal
select ”TCP/IP (Winsock)”
Ø Input
the eCOV-110 IP address and eCOV-110 specific Port No. 5001
Ø Input
Command “$LOG”
Ø eCOV-110
will then treat all the input data as input Commands but not for data
transferring, and all the communications on
the network side will be stopped including
Web Console.
4.2.Command Mode Usage
Ø Command
Format
[Start Code][Command ][OP Code][OP Code
Parameters][End Code]
‘$ ’ : Start Code(1 byte)
‘Command’: load or change settings,’S’ for
change settings,’G’ for load current setting
‘OP Code’ : associated operation setting
code, for example ”LI” for LAN IP Address
‘OP Code Parameters’: When Command is set
to ’S’, each OP Code will need to apply
with a parameter.
‘End Code’: Each command’s end code will
be the two Byte code”0x0d0x0a” (CRLF)
For example:
-
Load SE-100 LAN IP address: $GLI(CRLF)
-
Set SE-100 LAN Subnet Mask:
$SLN255.255.255.0(CRLF)
Ø Reply
Message Format
Reply message when Command is correct:
l When
Command is ’S’ for changing the setting :
[Start Code][Command][OK Message][End Code]
‘Start Code’: Always start with ”%”
‘Command’: If operated correctly, the
reply is “ANS”
‘OK Message’: “OK” When Command is ’S’
changing the setting :
‘End Code’: Always two
Byte”0x0d0x0a” (CRLF)
For example: Reply for setting SE-100 LAN IP
address: %ANSOK(CRLF)
l When
Command is ’G’ for loading the setting :
[Start Code][Command] [Reply Message][End
Code]
‘Start Code’: Always start with ”%”
‘Command’: Command’:
f operated correctly, the reply is “ANS”
‘‘Reply Message’: The actual parameter
settings loaded from eCOV-110.
‘End Code’: Always two
Byte”0x0d0x0a” (CRLF)
For example: Reply for loading the setting of
SE-100 LAN Subnet)
Mask: %ANS255.255.255.0(CRLF)
Reply message when Command is not correct:
[Start Code][Error Message][End Code]
‘Start Code’: Always ”%”
‘Error Message’: “ERR”
‘End Code’: Always two
Byte”0x0d0x0a” (CRLF)
Always: %ERR(CRLF)
4.3.OP Code and OP Code Parameters
OP Code
OP Code Description
Available Command
OP Code Parameters
Basic Information
BM
Product Name
G only
Always “eCOV-110”
BN
Product Alias
S, G
Any character, max. length
14 byte
BP
Password Setting
S only
Any character, max. length
8 byte
BV
Firmware Version
G only
Format:: x.xx.xxx
LAN Settings
LI
IP Address
S, G
Format:xxx.xxx.xxx.xxx
LN
Subnet Mask
S, G
Format:xxx.xxx.xxx.xxx
LG
Gateway
S, G
Format:xxx.xxx.xxx.xxx
LC
IP Obtaining Method
S, G
0 : static IP
1 : DHCP
LM
MAC Address
G only
Format: xx:xx:xx:xx:xx:xx
LS
Network(LAN)
G only
3 reply messages contains:
link Fail
link ok, 100M
link ok, 10M
Network Settings
OM
Operation Mode
G only
“TS” only, for TCP Server
OC
Enable/Disable
Timeout
S, G
Available parameter:
“AC”: always connect
“TO”: Enable Timeout,
must accompany with
OP Code ”OU”
OU
Timeout value,
unit: minutes
S, G
Available range: 1~99
Must accompany with
OP Code ”OC” or
OP Code ”OU”
OD
Data Packing
Method
S, G
Setting format: 3 digits
number
Centesimal value:Delimiter
Decimal value: Timeout
Unit value: length
1: for Enable
0: for Disable
Accompany with OP Code:
“OS”, OT”, “OL”
OS
Delimiter Setting
S, G
Can set with 2 bytes Hex
code Accompany with OP
Code: “OD”
OT
Timeout Setting,
Unit: ms
S, G
Available range: 1~65535
Accompany with OP Code:
“OD”
OL
Packet Length
Setting, Unit: Byte
S, G
Available range: 1~1024
Accompany with OP Code:
“OD”
OF
Enable/Disable
IP Filtering
S, G
0: For Disable
1: For Enable
Accompany with OP Code
“OI”
OI
IP Filtering Range
S, G
Format:ip1:ip2
ip1: Start IP address
ip2: End IP address
Accompany with OP Code
“OF”
OA
TCP Alive Check
Timeout Setting,
Unit: minutes
S, G
Available range: 0~99
When set to 0, it means not
enable TCP Alive Check
TCP Server Transfer Settings
VP
TCP Server Local
Listen Port
S, G
Available range:1~65535
TCP Client Transfer Settings