Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

siteplayer · World’s smallest Ethernet web server

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2164
  • Category: General
  • Founded: Sep 13, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 4125 - 4154 of 6491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
4125 jrem123 Send Email Dec 1, 2003
3:24 pm
you need to initiate the udp send from another micro via the serial line. ... of ... sending ... to...
4126 meridian_ie Send Email Dec 2, 2003
6:19 pm
Just as I suspected. Thanks for your help anyways! ... serial ... <Meridian_ie@Y...> ... one...
4127 Ivan
ivanquiroz Send Email
Dec 2, 2003
8:22 pm
I just bought my SP last week and should be arriving Thursday :) so I was preparing to start using it.... :) My big question is this.... I want to connect the...
4128 Alex Karahalios
alex_karahalios Send Email
Dec 2, 2003
10:04 pm
This depends on your router. The router I use in my home network is a Linksys. When configuring the Linksys router you can specify what IP addresses will be...
4129 John Remington
jrem123 Send Email
Dec 3, 2003
1:43 pm
yes, actually this is preferred for the site player as it doesn't seem to do dhcp too well. I believe the problem is not just the IP, but the fact that you...
4130 Richard C.
jck116 Send Email
Dec 3, 2003
4:33 pm
I do this with my router. I have the SP set to 192.168.1.100, but then I configured the DHCP range on my router from 192.168.1.101-255 so that nothing would...
4131 Ivan
ivanquiroz Send Email
Dec 4, 2003
6:19 pm
Thank you all that clears up some things. My SP should arrive today :) Ivancho ... then ... that ... so I ... network. I ... automatically ... same ... a ... ...
4132 Ivan
ivanquiroz Send Email
Dec 4, 2003
6:19 pm
I would like to send a command from my PC to a microcontroller connected serially to the siteplayer. The PC use a program in VB6 using winsock. How can I do...
4133 Chris Peterson
cloudbait Send Email
Dec 4, 2003
7:11 pm
The SP supports only two protocols: HTTP and UDP. So to send the data to the uC you need to use one of those. Of course, HTTP is over TCP so you can use that...
4134 javelin Chen
xeo_java Send Email
Dec 5, 2003
3:58 pm
Nope you can actually use "TCP" to send data through SP serial. Just use SitePlayer com object. Make a link to write to SP's com object will send you data...
4135 Chris Peterson
cloudbait Send Email
Dec 5, 2003
4:45 pm
I don't see how this is using TCP, except as I suggested: using HTTP transported over TCP. In what way does the SP have the ability to accept arbitrary data in...
4136 Francesco
franziski71 Send Email
Dec 5, 2003
8:52 pm
Hi all I'm new with this wonderful device. I was wondering if SP can performs this feature: through a web page (of course) an user can set a string (sending...
4137 hamdurabi Send Email Dec 8, 2003
4:47 pm
Hi! If I reset my SP the Link-LED lights up and I can Ping the SP. But if I open the Website with the IExplorer the Link LED goes out and lights up again and...
4138 mark_harrison_uk2
mark_harriso... Send Email
Dec 8, 2003
4:47 pm
Hi, I hope you can help me with my dumb question. I'm Mark Harrison, a Maths/Comp wonvfv dk from London, England. I'm trying to find a hardware device for a...
4139 Brian Fairchild
brianafuk Send Email
Dec 8, 2003
5:16 pm
Hi Mark Another UK based SP user here... ... The SP is generally best used as an add-on to another processor, in fact it's described as 'a web server...
4140 slaymane Send Email Dec 8, 2003
8:14 pm
Hello, I was wondering if I can use the site player to stream audio. The application that I have is as follows: I have some real time digitized audio coming...
4141 Chris Peterson
cloudbait Send Email
Dec 8, 2003
8:58 pm
Probably not. You could format and send the data in UDP packets, with the maximum possible rate being about 8 KB/s, but I don't think the SP can send data at...
4142 mayfieldtm Send Email Dec 8, 2003
9:14 pm
My new SitePlayer is up and running, and I can find it, click on the LED's and Play Music just fine. I'm attempting to get web pages HTML Code via the net,...
4143 mayfieldtm Send Email Dec 9, 2003
5:26 pm
OOPS In my Monday morning haste, My Mind Warped. I'm not using VBasic 6 but rather the Newer VisualBasic.Net. Apparently, all the nifty VB tools and components...
4144 mdrapal2000 Send Email Dec 9, 2003
5:26 pm
I have a working BasicX application that I wanted to "probe" into using the SitePlayer. I taught the BasicX application to simply write the correct set of...
4145 mdrapal2000 Send Email Dec 9, 2003
6:30 pm
Never mind - It was a stupid problem... In my haste, I didn't look closely enough at the docs and was off-by-one in the write command, so the SP was waiting...
4146 slaymane Send Email Dec 9, 2003
6:50 pm
Actually I want to stream the audio using Ethernet after packitizing the digital audio. I don't want to use any serial port. Another question is, If I buffered...
4147 Chris Peterson
cloudbait Send Email
Dec 9, 2003
7:04 pm
I think you missed my point. The only way to get the data into the SP (or out of it) is via its serial interface. The maximum UDP packet size is 768 bytes, and...
4148 Rusty Haddock
kd4wlz Send Email
Dec 9, 2003
7:13 pm
Myron, Be sure that the leading 0x90 (writex command) byte also includes the # of data bytes (less 1) to be written in the lower nybble. For example, to...
4149 soafy2000 Send Email Dec 10, 2003
6:14 pm
Hi, I use SP with a PIC controller 1) I send 01 by the RS232 from the PIC to SP 2) I recept the value '01' on the SP 3) I print the value on the web page of...
4150 Ivan
ivanquiroz Send Email
Dec 10, 2003
6:14 pm
I am a begginer as you can tell by my last posts... so forgive me ;) I have my SP configured, and I have been able to send a UDP packet to the SP from a PC,...
4151 andythirtover Send Email Dec 10, 2003
8:31 pm
Ivan a) Yes you need a uP to bundled up the data, write to an SP location and request a UDP out. b) UDP on a moderately busy network (20+ devices) is likely to...
4152 Rusty Haddock
kd4wlz Send Email
Dec 11, 2003
8:07 am
... Let's say that the value in the SP is in a single byte SiteObject Foo. Then, simply use the following: ^Foo:2^^Foo:1^ If Foo is set 5 this should print out...
4153 hihansso Send Email Dec 11, 2003
11:29 am
... Hi, A little might help you. <HTML> <SCRIPT LANGUAGE=javascript> <!-- var X = ^Value; if (parseInt(X) > 9) document.write(X) else document.write("0"+X); ...
4154 Ivan
ivanquiroz Send Email
Dec 11, 2003
6:04 pm
How can I use Visual Basic to do HTTP commands....? Can I somehow by sending a HTTP command make the SP read its serial port? or the serial port is only made...
Messages 4125 - 4154 of 6491   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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