Recent activity
Subscribe to this feed
ezuk replied on April 23, 2008 06:32 to the problem "Problem with get sys.version information (DS1000)" in Tibbo:
Kruno replied on April 22, 2008 18:02 to the problem "Problem with get sys.version information (DS1000)" in Tibbo:
Kruno marked one of ezuk's replies in Tibbo as useful. ezuk replied to the problem "Problem with get sys.version information (DS1000)".
ezuk replied on April 22, 2008 07:24 to the problem "Problem with get sys.version information (DS1000)" in Tibbo:
A comment on the problem "Problem with get sys.version information (DS1000)" in Tibbo:
Thanks – Kruno, on April 20, 2008 19:02
Kruno marked one of Wolftec's replies in Tibbo as useful. Wolftec replied to the problem "Problem with get sys.version information (DS1000)".
Wolftec replied on April 19, 2008 17:19 to the problem "Problem with get sys.version information (DS1000)" in Tibbo:
I haven't got a chance to test this theory because it's a weekend and i'm not on my lab.
Acording to the manual sys.version will return string like "<em202-1>".
The problem is that the < in the begining, and > in the end, will make your browser think it's a a HTML tag, so it won't print it.
Use your browser function to see the page HTML code, and you should see the sys.version string in there.
The way to work around this is to make a function that will strip the < and > from the string then send it.
something like:
y=len(sys.version)-1
x=mid(sys.version,2,y)
sock.setdata(x)
sock.send
hope it helps.
</em202-1>
Kruno reported a problem in Tibbo on April 18, 2008 19:39:
Problem with get sys.version information (DS1000)Why I don't see on WEB page firmwrare version
<?
include "global.tbh"
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body>
Firmware version:
<?
sock.setdata(sys.version)
sock.send
?>
</body>
</html>
When I debug programm I see correct version in debbuger, but on WEB browser nothing. Also I try to send this information to my application what I make for settings DS1000 but I get empty string
Loading Profile...






