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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 5741 - 5771 of 6359   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5741
Brad, Sorry for taking so long to get back to you. In the future, you could CC the questeions to my email address (tgottesm@...) for a quicker response....
tgottesm
Offline Send Email
Aug 1, 2006
3:23 pm
5742
OK, I'll give that a shot when I get home tonight. Is DHCP enabled by default? I ordered the Site Player a few years ago and am just now getting around to...
techguyscotty
Offline Send Email
Aug 1, 2006
3:47 pm
5743
hello again you're all familiar with the meta-refresh command: <meta http-equiv= "Refresh" content="60;url='http://xxx.xxx.xxx.xxx/page.html'"> can the...
noway_50
Offline Send Email
Aug 1, 2006
8:45 pm
5744
... It should although, when there's punctuation around, I like to put a carat after 'refresh' just to make sure an object modifier doesn't tweak your value or...
Rusty Haddock
kd4wlz
Offline Send Email
Aug 2, 2006
2:10 am
5745
... thanks Rusty. I tried content="^refresh^; but it still doesn't work. I checked my HTML book, but it wasn't helpful about exactly how a page is read when...
noway_50
Offline Send Email
Aug 2, 2006
1:37 pm
5746
Does anyone have Site Player code which will allow communication from Site Player to another device's serial port? Thanks....
mdannen
Offline Send Email
Aug 2, 2006
4:22 pm
5747
I don't have "Siteplayer code" but I do have PicBasic Pro code to communicate with the Siteplayer. My project is controlled by the pic and only uses S/P for ...
Ron Dumas
ronjodu
Offline Send Email
Aug 2, 2006
8:36 pm
5748
Pardon my ignorance, but what would you use UDP for? I don't understand this part of SitePlayer at all....
tec1122000
Offline Send Email
Aug 8, 2006
4:45 pm
5749
Hi to all. I've been sitting in the background for a while watching the chat in this group, and this is my first posting. I have a problem I can't get round,...
damian_newrick
Offline Send Email
Aug 8, 2006
4:45 pm
5750
I use it to broadcast information on my network. For instance, my weather station has a SP in it, and (in addition to a web page) it pumps out a UDP packet...
Chris Peterson
cloudbait
Offline Send Email
Aug 8, 2006
5:32 pm
5751
... pumps ... Hello, may You say me how can I receive and read UDP message on my computer from a SP ? (SP to SP UDP messages all ok...) Thanks a lot Bye ...
gummyboy3
Offline Send Email
Aug 8, 2006
7:42 pm
5752
... so if I'm sending only one or two bytes at a time, does UDP have an advantage over just sending those bytes out the serial port with the $80 Write command?...
noway_50
Offline Send Email
Aug 9, 2006
12:48 pm
5753
You're comparing apples and oranges- those are different interfaces. If you want a serial device to receive the data, use the serial port. If you want a...
Chris Peterson
cloudbait
Offline Send Email
Aug 9, 2006
1:17 pm
5754
I wrote a VB6 app, using the Winsock control. It is quite simple (and also simple with VB.NET). The source code for the project is available at...
Chris Peterson
cloudbait
Offline Send Email
Aug 9, 2006
3:12 pm
5755
... (and ... available ... computer...
gummyboy3
Offline Send Email
Aug 9, 2006
5:57 pm
5756
Hello to all, I have a web page on my pc; in this page I have a hyperlink to a SP object (^data1) like this: <a href="http://192.168.0.249/x.spi?data1=1">. The...
gummyboy3
Offline Send Email
Aug 9, 2006
8:17 pm
5757
Use either: HTTP/1.0 302 Found Location: http://your.domain/yourpage.htm -or- HTTP/1.0 200 OK <html> <head><script...
harrisondp
Offline Send Email
Aug 13, 2006
7:16 am
5758
... header ... Thanks a lot. Now works very good... Bye cl@udio...
gummyboy3
Offline Send Email
Aug 13, 2006
11:21 am
5759
...mhmmm...another question ;-) : it is possible to receive back an object value from a SP to my personal web page (or FlashMX application) on my PC ? (not on...
gummyboy3
Offline Send Email
Aug 13, 2006
11:37 am
5760
Hi Can anyone send me an example for the SP and picbasic pro to exchange bit's and bytes between the SP and picbasic So if by a button or whatever a value...
on4bcb
Offline Send Email
Aug 14, 2006
9:00 pm
5761
Yes there is lots of help out there. If your new at this do a google search on Tom Igoe and go to his physical computing site. He gives several examples. Once...
Brad Snedeker
bsnedek
Offline Send Email
Aug 14, 2006
9:18 pm
5762
Hi, I just got a siteplayer developer kit and I have read the documentation over and over. What I am missing is pretty basic I believe. I want to connect the...
dr_when1999
Offline Send Email
Aug 15, 2006
5:22 pm
5763
Sounds to me like you want two SitePlayers to communicate with each other via the internet - correct? IMHO you might want to use the SitePlayer Telenet...
n0qbh
Offline Send Email
Aug 16, 2006
3:00 am
5764
Hi, No, that is not what I want to do at all. It's pretty simple and maybe I have it all wrong but people do this all the time. I want a microcontroller...
dr_when1999
Offline Send Email
Aug 16, 2006
11:10 am
5765
Sounds to me like you are looking for info on port forwarding. Do a search in the group for port forwarding. There was a thread recently on this subject I...
Ron Dumas
ronjodu
Offline Send Email
Aug 16, 2006
8:24 pm
5766
OK, I misunderstood you. To access my siteplayer(s) from outside the local network, I assign a port number in my routers configuration that points to the...
n0qbh
Offline Send Email
Aug 17, 2006
4:05 am
5767
So along the lines of what Andy and I Have done with the webrick. Connect a DS1821 and configure the thresholds for the sensor. All over a webbrowser. Public...
lklyneuk
Offline Send Email
Aug 17, 2006
7:55 pm
5768
Mike, Thanks,,,,that is exactly what I was looking for. I guess I need to look into port forwarding a bit more!!!! Bob ... a ... siteplayer. ... do ... For ......
dr_when1999
Offline Send Email
Aug 17, 2006
8:02 pm
5769
Hi, I'm stuck! I've attached my siteplayer development station to my router and it's working fine. I opened a port for it so I can change the LEDs from...
Tony Mattioli
mattioli0315
Offline Send Email
Aug 18, 2006
12:54 am
5771
Hi You don't write if you're trying to do this from the inside or the outside LAN. Please note that SP can't be downloaded from the outside! Only from a...
tripleit_dk
Offline Send Email
Aug 18, 2006
11:55 am
Messages 5741 - 5771 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