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 - Siteplayer's SiteObject coding will not work in a "normal" web page environment. Siteplayer'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...
Thanks, I'll try the nop at the begining. If I have org 0h temp db 70 would the location I would write to be 0h? ie $80,$0,$32 ? I'll let you know how it goes....
Ok, hold on... ... [snip] ... Could you translate? I couldn't find an explanation on the Web, but I did find that pram is baby carriage (or a boat, but I...
Hi Scott, ... I think what Andy is trying to convey is that due to the inability to speak, the only way a baby can communicate its frustration and attract an...
Hi Andy, Although I work primarily on the SitePlayer Telnet product, I started looking into this 1280 byte bug coincidentally a few days ago. Lawrence's detail...
Not sure how this port has been configured on the Stamp, but did you try to change the Positive or Negative logic parameter on the Stamp for this port? ... ...
Hi Alex The second major problem we have is with UDP packets. After a period of time the siteplayer will stop sending UDP packets out, these are from data sent...
Keith. ... to speak, ... adults ... Lawrence have ... times, ... Netmedia to ... I appreciate the explanation and the sympathetic elaboration of Andy's ...
Hi Lawrence, I know our tech support has tried to make this fail with no luck. Do other serial commands work when this problem occurs? If they don't, it may be...
Got a hang during a reprogramming of my siteplayer. The progressbar of the the sitelinker stopped at 50% Is there a way to bring the SP to it's initial config?...
When the siteplayer stops sending UDP packets outbound. The HTTP access still works, you can pull up any pages you want. The serial input to the site player is...
Dev board and serialtest have a recovery mode. What I find is that during failed download the siteplayer may end up back on factory IP address and not whats in...
Yes, I found that. After connecting to the dev board I found that the IP was reset to the factory default. After re-configuring it worked again. Thanks for the...
Just a non urgent question. I use in my siteplayer webpage: <a href="my.spi?io1=1"><image src="button^io1.GIF" I did not like the the pictures of button0 and...