I'm looking for a html code example of how to read two chars from the com port receive channel. I've browsed this group for a while, have seen references to...
For what I know, when you define a variable, you get that memery location. When you write to the Comm port, you use their defined message format that address...
... Sorry John, there is no simple solution. The Siteplayer39;s COM port is not able to just blindly read N-characters. Yeah, it can write but it can't read....
I may be missing something from Rusty's response, but I can read two bytes, or more, on the Siteplayer HTML... but the bytes must be preceded by &H81&H00 .....
... Sorry if you missed something Greg. I took John's question to be more like reading two characters from the COM port -- just any ol' characters -- from a...
Hi Rusty... of course... you are WRITE as usual. :D ... Sorry if you missed something Greg. I took John's question to be more like reading two characters from...
There are issues with the siteplayer and some switches. Look through the group. If you loopback connect it will not DHCP an address and therefore you will need...
Thank you for your tip! It turns out that it was my routers fault. My router's IP was 192.168.2.1, and the DHCP of the siteplayer wasn't working. So, when I...
All, My experience with IP stability has been quite good. I've developed a system with 132 active sitplayers where a linux server is collecting analog and...
I have had this siteplayer online and every once in a while I need to reset it. This time all I get on the web page is a < in the upper left and my browser...
I would to turn off the web interface, and use strictly UDP as an interface. I plan to have something like a java app generating the UDP packets that are sent...
Hi To my knowledge you can't turn off the web. But you can block port 80 (and all other ports as well) in your router. Just leave one open for your UDP...
I can't think of a way to turn off the web server portion of a Siteplayer. Like you say, you could just install a simple webpage, maybe one that's totally...
In one of the sample files that come with siteplayer (I think the radio faceplate example,there are somepush buttons that, if you press them they toggle...
There are Javascript solutions for client-side toggling of button images. The examples shown with the link below are somewhat fancier than what you might be...
Thanks Marc: This looks like a nice implementation for a "normal" web page, which is what I asked about, but it brings up another couple of questions...
You're welcome Sage, Your're right - Siteplayer39;s SiteObject coding will not work in a "normal" web page environment. Siteplayer39;s method of dynamically ...
I'm not sure what is going on here, I had a page on the siteplayer that worked fine and then one day all I get is the less that symbol (<) in the upper left...
OK, it must have been something in the code because a page is working now. Not the same page but one something like it. Who knows..? ... that ... works) ... ...
I'm trying to send the temperature to the siteplayer. I'm using the Basic Stamp to parse input data and send out the formatted info. In the spd file I have org...
... That should be $80 if you're sending just one byte for temperature. With your command the SitePlayer (SP) is probably just waiting for another byte to come...
What size is the non working page? There is a bug in the siteplayer on any file that has substitution in it (siteplayer objects) where the substitution creates...
Dear[est] Group. OK, I'm getting close to throwing my toys from the pram here. My company has close on 150 SitePlayers deployed in the field and I've just...
... does ... I send S/P temperature with PicBasic Pro as follows: SerOut2 PORTC.6,SPbaud, [$00, $80, $28,watertemp] The first $00 is a nop.(See page 24 in the...