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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 5679 - 5708 of 6359   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5679
please elaborate on the denial of service issue with the site player . . . I'm having some issues on my network and am wondering if leaving a siteplayer open...
jrem
jrem123
Offline Send Email
Jun 5, 2006
3:05 pm
5680
Sorry if I state the obvious. A denial of service attack is when a system is targetted with a large amount of traffic or data that is known to cause problems...
lklyneuk
Offline Send Email
Jun 5, 2006
9:28 pm
5681
Hi all, Does anyone know how to set the siteplayer to output 9600,n,7,1 (seven data bits) for a device that I have that requires this format? I need to be able...
James Mullins
jamespaws42
Offline Send Email
Jun 6, 2006
12:18 pm
5682
I don't believe it is possible to change any com parameter except the baud rate. It always uses 8-bit words on the serial port. From what you ask, I sense you...
Chris Peterson
cloudbait
Offline Send Email
Jun 6, 2006
1:50 pm
5683
thanks, turned out to be power supply noise on my router, it was dropping packets. ... __________________________________________________ Do You Yahoo!? Tired...
jrem
jrem123
Offline Send Email
Jun 6, 2006
3:10 pm
5684
To my knowledge SP can't send packets on it own. Polling from a server can do the trick. In PHP (or Perl/python) you can do a script that keeps polling the SP...
tripleit_dk
Offline Send Email
Jun 6, 2006
4:23 pm
5685
SP respons to all ports. Thus you just need to make a portforward (NATP) to an ip address. Say you have A on IP 192.168.1.100 and B on 192.168.1.101. You can...
tripleit_dk
Offline Send Email
Jun 6, 2006
4:32 pm
5686
... will send a UDP as defined in the UDP_def.inc file. Regards Andy...
andythirtover
Offline Send Email
Jun 6, 2006
5:43 pm
5687
I've used fget . . . put the data on the siteplayer, open a socket, get the page, then strip everything out of it that you don't want. ...
jrem
jrem123
Offline Send Email
Jun 7, 2006
4:00 pm
5688
Is there any way to define the I/O pins to be off (low) on power up? Thanks...
mark_92883
Offline Send Email
Jun 13, 2006
2:44 am
5689
are you sure they're not? try pull down resistors on the pins, I would think the bits are zero at boot up. ... ...
jrem
jrem123
Offline Send Email
Jun 13, 2006
1:30 pm
5690
No, they default to high. You can read them on a HTML page with ^Switch5 (i.e. I/O 5)and they return 1 on boot. I can toggle it to 0, but I need it to boot low...
mark_92883
Offline Send Email
Jun 13, 2006
7:09 pm
5691
I would expect them to be like most micro IO pins (i.e. PIC chips) and unless the siteplayer firmware does something they would be an input pin at BOOT and...
lklyneuk
Offline Send Email
Jun 14, 2006
8:01 am
5692
I asked a similar question some time ago and didn't get any good responses. You can work around this problem by hand coding your string data so that the last...
Dennis K. Deckmann
dkdeckmann
Online Now Send Email
Jun 17, 2006
2:39 pm
5693
sorry, my response was for having the SitePlayer send the data... Why not change the VB application? ... (seven data ... the site...
Dennis K. Deckmann
dkdeckmann
Online Now Send Email
Jun 17, 2006
2:41 pm
5694
Just searched the group for info on why I can't seem to make the IO-0 interrupt work. I must say I'm not happy with what I found.I know my pic side works as a...
ronjodu
Offline Send Email
Jun 17, 2006
7:37 pm
5695
... 0 ... scope ... the ... Solved my own problem. It was on the Pic side. I wasn't initializing RB0 to an input, although it did work with a 5 volt pulse that...
ronjodu
Offline Send Email
Jun 17, 2006
8:41 pm
5696
HELP! I purchased a siteplayer back in early 2003 Never did understand how it worked outside my lan on the internet but I think I got it to work on my lan. Now...
Ray Newman
hacsusa
Offline Send Email
Jun 26, 2006
5:18 pm
5697
Try this. It's the Siteplayer file package. http://www.siteplayer.com/docs/001212/siteplayer_complete_101003.zip Mike ... but I think I got ... high? don't...
n0qbh
Offline Send Email
Jun 28, 2006
12:10 pm
5698
Sounds like you need to do your baby steps first. Load up the 3 LED program and operate the SP thru your LAN. You'll prolly want to assign it an address in...
Dennis K. Deckmann
dkdeckmann
Online Now Send Email
Jul 1, 2006
1:35 pm
5699
Hello, I, ve 2 Siteplayers. On the same demoboard and same connection, with SiteLinker (using the same file.spb)I obtain the sequent messages: -> with the...
gummyboy3
Offline Send Email
Jul 3, 2006
9:38 pm
5700
... the ... Are you sure you have the right IP address of the second S/P. It will be different from the first. Hope this helps....
ronjodu
Offline Send Email
Jul 4, 2006
2:07 am
5701
... How I can to know its real IP address ? (I thought it was 192.168.0.250 but it's not so... ) Or may I reset the module with a new IP address ? Thank's...
cl@udio
gummyboy3
Offline Send Email
Jul 4, 2006
11:45 am
5702
With the serial test program from NetMedia you can find the IP of the siteplayer. You can set the initial IP in the SPD file as per page 5 of the Siteplayer...
Ron Dumas
ronjodu
Offline Send Email
Jul 4, 2006
2:30 pm
5703
Thank' s a lot to all. I resolved the problem. Bye cl@udio...
gummyboy3
Offline Send Email
Jul 4, 2006
6:05 pm
5704
Mike, Thanks! It worked. Ray...
Ray Newman
hacsusa
Offline Send Email
Jul 5, 2006
9:28 pm
5705
Hello, may I read special registers of SitepPlayer like UDPrcvr(FF20h) or IOx (FF11h->FF18h) in the SP Index.htm web page ? If yes, how can I do that ? Thanks...
gummyboy3
Offline Send Email
Jul 9, 2006
11:34 am
5706
... IOx ... If you create an object in the INC file for it you can view the object in a webpage. org 0FF20h UDPrcvr db 0 ;enable UDP receives or not Then on...
ronjodu
Offline Send Email
Jul 9, 2006
1:20 pm
5707
... object ... ............... All perfect !!! Thanks a lot again. Bye cl@udio...
gummyboy3
Offline Send Email
Jul 9, 2006
3:00 pm
5708
I,ve two SP on a HUB with the file.spd : ;OBJECTS org 04h numBytes db 01 byteComplement db FEh sendAddr1 db 07h sendAddr2 db 00h dataByte1 db 1Dh ...
gummyboy3
Offline Send Email
Jul 9, 2006
5:48 pm
Messages 5679 - 5708 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