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...
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...
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...
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...
thanks, turned out to be power supply noise on my router, it was dropping packets. ... __________________________________________________ Do You Yahoo!? Tired...
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...
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...
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...
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...
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...
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...
... 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...
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...
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...
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...
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...
... 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...
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...
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...
... 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...