Discussion forum about Comet system products
You are not logged in.
Hello,
A client of us states that in the older t3511 versions it was possible to get a text only readout by telnet trough port 9996. This option was called “information console”. Is this option completely removed or is it reachable by another port?
Offline
Information console was removed. If you need text output, you can use this procedure:
In this example we have working directory c:\netcat. T7511's IP is 192.168.1.27, SNTP server is enabled, www is enabled. Use firmware 1-4-5.01 or higher. In this firmware we have page "epocasi.html", whitch return current time, temperature, humidity and pressure. User can write own web page with another contents.
The source code of epocasi.html file is:
<%time%> <%tmp%> <%rh%> <%pr%>
1. download and extract the NetCat program (http://www.vulnwatch.org/netcat/) to c:\netcat
2. create file "c:\netcat\data.bat" with followed lines:
GET epocasi.html
(after GET line must be 2 empty lines included)
3. run command line (cmd.exe) and switch to c:\netcat directory
4. press
type data.bat | nc -n 192.168.1.27 80
Output is:
HTTP/1.0 200 Content-type: text/html Connection: close Cache-Control: max-age=10, must-revalidate 25.07.2007 11:59:10 25.9 41.1 969.7
Offline