I had the same problem a little while ago. I ended up trying it from another computer and it worked fine. Im not sure why. Now I cant load into the SP from my...
There are a few issues that could cause issues with siteplayer connectivity : i) If sitelinker fails part way through then the siteplayer may be found on its...
Hello everyone, I`ve just started playing around with the siteplayer server development kit and already ran into a problem. WHen trying to download a new site...
... Does the "IP address for download" in SiteLinker match the device's IP address? 127.0.0.1 is SiteLinker's default download IP. Use the Serial Tester...
I want to try reading 4 bit data in from several registers including those in an RTC-72421 real-time-clock and send them through the BS2E serial port to a...
What you are trying to do is somewhere between very difficult and impossible. It is essentially an attempt to misuse the SP. Remember, the SP is not a...
You have 768 bytes of space to use as bit, byte, integer, (something else I can't remember) Can you do it in that space? You also have 48K MAX for the web...
If I understand your question, you want to gather data from BS2E peripherals for display in a web page with the data ordered on the page in some specific...
For the purposes of this most of this information is white noise. My assumaptions: BS2E - Basic Stamp 2E The Stamp will do all the data collection and then...
Has anyone had any experience in using a PIC in conjunction with the webserver to upload an image every hour or so that can be accessed via my web browser. Is...
... Pret' near impossible. The HTML files and associated graphics are stuck into the SP's flash memory. The only things you can modify are the SP Objects...
Greetings, I am a new SitePlayer user. Am attempting to build a browser-based control interface for a Canon video camera with motorized mount. Am using the...
More info: I was able to determine that after each command sent from SitePlayer to the camera, the camera returns FE30303030EFh. This is somehow confusing...
The function of the serial port on the SP is to provide a control channel between it and its controller. It is not a general purpose serial port. The proper...
Hi Chris, Much thanks for the info. Appreciate the assistance. I worked around the return data problem by simply disconnecting the Rx data wires in my serial...
SitePlayer SP1 is a web server - a device that delivers (serves up)web pages. SitePlayer Telnet SPT1 provides telnet protocol services for remote terminal...
This may be an old question, but I was hoping there is a way to set a static IP address into a SitePlayer without reloading the binary image and that will...
If you are not running with a Microprocessor then the other option is to use DHCP and a DHCP server that allows you to assign the IP address by MAC address...
For anyone who is interested, I found an answer to my question about how to send hex strings out the SitePlayer serial port using a button. Here is an example...
You could try the Javascript setTimeout function. You will need to enable Javascript in your browser, if its off. Try: <input type="button" value="Pan Right"...
The button setup is interesting. I don't have a siteplayer but have tinkered with apache for my pan/tilt web cams. What you need to try is not having the...
How to determine the IP address of my SitePlayer. After a firmware upgrade I suppose the Siteplayer has got it's default IP address of 192.168.1.250 But the...
Sorry folks, I was too quick asking you this. With the use of the DEV board and the serial tester I found that the default IP was set to 192.168.0.200. Very...
Hi all, A friend of mine (not me, really) is curious about the SitePlayer Server. I've told the little I know (I have one, but haven't done much). He's a...