Search the web
Sign In
New User? Sign Up
siteplayer · World’s smallest Ethernet web server
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6182 - 6211 of 6359   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6182
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...
bombtech911
Offline Send Email
May 1, 2008
10:14 am
6183
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...
lklyneuk
Offline Send Email
May 2, 2008
7:53 am
6184
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...
nistornicolae1986
nistornicola...
Offline Send Email
May 16, 2008
5:45 pm
6185
... 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...
marc_reynolds1
Offline Send Email
May 17, 2008
2:27 am
6186
Thanks loads. I tried it out and it worked. Regards, Nick....
Nistor Nicolae
nistornicola...
Offline Send Email
May 17, 2008
4:10 pm
6187
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...
gneiss_elf
Offline Send Email
May 19, 2008
6:09 am
6188
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...
Chris Peterson
cloudbait
Offline Send Email
May 19, 2008
6:17 am
6189
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...
4mmr-aerf@...
franklin97355
Offline Send Email
May 20, 2008
3:02 am
6190
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...
marc_reynolds1
Offline Send Email
May 20, 2008
3:13 am
6191
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...
lklyneuk
Offline Send Email
May 20, 2008
6:24 am
6192
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...
tonyflynn25
Offline Send Email
May 20, 2008
8:15 pm
6193
... 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...
Rusty Haddock
kd4wlz
Offline Send Email
May 20, 2008
8:44 pm
6194
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...
erupp62
Offline Send Email
May 27, 2008
8:27 pm
6195
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...
erupp62
Offline Send Email
May 27, 2008
10:37 pm
6196
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...
Chris Peterson
cloudbait
Offline Send Email
May 27, 2008
11:32 pm
6197
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...
erupp62
Offline Send Email
May 29, 2008
6:47 pm
6198
could anyone please tell me the main difference between the SP1 and SPT1 siteplayer modules.. Thanks...
Luis
lmercor
Offline Send Email
May 30, 2008
7:01 pm
6199
SitePlayer SP1 is a web server - a device that delivers (serves up)web pages. SitePlayer Telnet SPT1 provides telnet protocol services for remote terminal...
marc_reynolds1
Offline Send Email
May 31, 2008
12:33 am
6200
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...
Paul & Jean Galburt
galburt
Offline Send Email
Jun 2, 2008
6:22 pm
6201
A microprocessor can be used to load a new IP address (4 bytes to SP Special Function Memory 0FFE6h - 0FFE9h) after reboot. Marc R....
marc_reynolds1
Offline Send Email
Jun 3, 2008
12:44 am
6202
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...
lklyneuk
Offline Send Email
Jun 3, 2008
8:03 am
6203
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...
erupp62
Offline Send Email
Jun 5, 2008
2:32 pm
6204
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"...
nakedneko
Offline Send Email
Jun 5, 2008
5:05 pm
6205
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...
zoomkat
Offline Send Email
Jun 6, 2008
2:44 am
6206
A quick test page below I made using the button control. http://www.geocities.com/zoomkat/mousebutton-T.htm ... to ... to ... my...
zoomkat
Offline Send Email
Jun 6, 2008
7:13 am
6207
How can I determine the firmware revision level of my SitePlayer? Thanks, Wim...
wimn.rm
Offline Send Email
Jul 7, 2008
12:27 pm
6208
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...
wimn.rm
Offline Send Email
Jul 7, 2008
1:52 pm
6209
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...
wimn.rm
Offline Send Email
Jul 7, 2008
2:14 pm
6210
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...
us21090
Offline Send Email
Jul 22, 2008
10:22 pm
6211
The siteplayer on mail.thirtover.com is a webbrick. This is a public one for playing with. www.webbrick.co.uk ...
lklyneuk
Offline Send Email
Jul 23, 2008
8:46 am
Messages 6182 - 6211 of 6359   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help