When i read the on_sock_data_arrival event, it fires perfectly on the smtp and netbios events, but if i post a http request to the device, this function doesnt notice. Why is this? By reading this event i could implement security in my web application, but this way, the only login method i know is to post the sessionid in the GET section of the HTTP request.
I'd defenately want to read the whole http request, so maybe i can use cookies or read the browsers version or just anything to increase security.
sub on_sock_data_arrival
if sock.localport = 80 then
doevents
'do something with the http header or something
end if
end sub
<? include "global.tbh"
file_to_socket(sock.num,"html_top.html")
?>
klik op een item aan de linkerkant om de juiste instellingen te doen.
<? include "global.tbh"
doevents
file_to_socket(sock.num,"html_bottom.html")
?>
I have a breakpoint at the doevents statement in the second part of the code just before the next file_to_socket function.
Somehow, one of these files does reach the breakpoint (and thus displays the footer on the website) but all the other files dont reach this point, but just break before the second part of code statements.
I dont get why, except different filenames, there should be a difference.
Why is the transfer speed for images so low? I am using over 8 sockets (i believe) but still get only 1 kbps. Is this the machine, or my code? (using the em1000-ev)
There are any code samples while the docs aren't ready that show how to work with the LCD object ?
* what lcd types/devices does it work well ? (from TIDE project options, graphical ones)
* does it work with the generic with a HD44780-based character lcd ?
* any gotchas to be aware of ?
* any specific device know to work reliable with a EM1000 ?
I have a VB.net application that sends commands to a device connected via rs232 in byte arrays. how do i send the same commands in tibbo basic? so far, i've only been able to find the ser.setdata function, which requires the command to be of string type.
How to link ps/2 connector to em1000-ev board i can link barcode scanner with ps/2 interface?
also, i would like to link character lcd 4x20 with em-1000-ev board.
I need help for software issues an hardware too.
Thanks
The documentation for creating project templates seems a little out of date, refers to a none existent .p platform file. This is using Tide 2.6.25. Is there a more up to date method for creating custom templates, or is this none-functional at the moment?
I've been trying to do a serial loopback test on the EM1000-TEV, but data that's coming out is not coming back in. I did the same thing with a windows hyperterminal and it worked. any idea how i can troubleshoot this?
I'm currently developing a security system. It's ethernet-based and I'm using an EM1000. It seemed OK, until I found that anyone having access to the network could stop the application (and replace it with another!!!) simply using Tibbo's IDE (TIDE), available to anyone on the internet.
How can I protect an application running on an EM1000?
*** Hint *** In the same network I have an access control terminal (from Giga-Tms), based on a Tibbo module, running some "3.14(S)+N" firmware version. Any attempt of rebooting or uploading results in a message box request "Enter password". Can't EM1000 do this as well?
I am having problems embedding an image 'g.png' in my html file that is compiled in TIDE.
I am using the html code and including the file g.png in the Resource files. The output will only display the alternate "green led' and not the image.
Anyone have any clue how I can load the image?