after download a wap page to test, siteplayer no work.i dont have ethernet link.i try a rescue from testserial and nothing.A try a reset nothing. Thanks a lot...
... You could use the refresh command although the timing is no where near perfect. you would have to have 2 spi files, 1 to set the varible and load a wepage...
Also check the "polarity" of your transmitted data! I'm using a BX-24 and I have to use call defineCom3(18,19,bx0000_1000) wich means "non-inverted" My BS-24...
I doubt you've killed your 10 SPs unless you electrically zapped them somehow... Maybe you have a problem with your computer and don't know it... I had a...
Got my dev board a couple of days ago and thru the posts I have been able to find the solution to all my problems from slow loads to losing my siteplayer gui,...
... We manufacture a device and probably have close to 80 units in the field currently. (Where not a hobyist). These units are about as dead as they can be and...
You may not be getting the signals to cross proper TTL threashold levels. There was an issue with a pull-up resistor on the SP modules a couple years ago....
... Nothing against Hobbyists, I consider myself a professionnel hobbyists. The one problem with the voltage on the serial lines was involving the ALE pin on...
... I definately could be. I have not updated the firmware since '03. At that time when I reported this to Siteplayer I left with the impression that the...
... I have Firmware v1.6 on my PC. Siteplayer web site shows this to be the current version. I assume that since the file is on my PC that it is what is in...
If you search around their web page you will find that they are referring to the SitePlayer Telnet device. Are you sure you ordered the correct device? Here is...
not sure I see the value in all that . . . $400 for the relay board, $129 for the wireless to talk to it, or $80 for the SPTelnet to talk to it, to do what?...
i have a developer board with a 16f876.The communication with siteplayer is through porta.2 and porta.5 to pin 7 y 8 of site. how can i get a second serial...
I use a 16f876 with S/P also. My serial is thru RC7 RX and RC6 TX. I believe you can use any I/O pins on the pic if coded correctly. I use PicBasic Pro. I...
Hi all, (first time here) I want to write to the SPIoutput buffer from a SLider control. I have a slider control made in JAVA but I would like to put the value...
Hi all, I'm hoping to use the SP1 to do a simple re-direct to another website, based on the "Host" information contained in the HTTP/1.1 request header. Is...
Hi Guys, I'm completely new here (first post) and I don't even have my SP yet (but I did bang my visa card into the web today to get one). I do a fair amount...
thank you for you help,but i dont understand how to apply to my code.i want to send 5 bytes via spi?com(pin 8 from siteplayer)and retransmit the 5 bytes...
SO you want to recieve data sent from siteplayer? That will depend on the application you are running and the platform you want to run it on but JAVA would be...
This is a snippet of a Visual Basic for Applications macro that receives a UDP packet from an SP and inserts the data into an excel sheet. You must make a form...
Hello We are security technology company based in abidjan (Côte d'Ivoire) and very soon we will purchase around 50 to 100 unit of the site player with you...
===================================================== PHP functions readfile, fopen do not work with SP? ==================================================== ...
Jan Here is my code that works: function getWbUrl($wbaddr,$url) { /* * Download XML file from WebBricks * */ $header = "GET /" .$url . " HTTP/1.0\r\nHost:...
... Hi Andy, thanks for your code. I realized that Fsockopen() will do it when I have run a code that I use to see IPs that are not assigned automatically by...
To SP crowd: I am going to rephrase my question. We know now that Fsockopen() works for SP and the other three do not. The question is WHY. I started looking...
I had the same issue a while ago. I figured out that php requires http headers in the response, or else it will think the server that it is opening a...