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...
hi again, refresh my memory if you would: what's the serial port baud rate that Siteplayer defaults to on power- up? I seem to remember it's 2400. is that...
I thought I'd pass along a couple of hardware solutions that came about while incorporating Siteplayer in to an exiting micro-controller based design. I'm...
Hi all, Just dusted off my siteplayer dev kit and powered it up after a couple of years on the shelf. I have been looking everywhere for a way / description of...
... couple of years on the shelf. ... control the i/o pins of the ... able to control them serially. ... Here they are: Whole IO port: org 0ff00h p1 ds 1...
Dear[est] Group I'm just back from getting our WebBrick 6.0 product tested for EMC conformance and CE marking. This uses a SitePlayer module extensively -...
... Andy, I ran into the reset problem and use a Dallas reset chip to reset the SP when I use it in stand alone and use the processor to reset it in brown out...
Is there any way to toggle one of the IO lines on and off with just a single link click? I'm sending one of the outputs to a keyboard emulator to simulate a...
out of a lan to a pc server? 1)destination ip must be that of server or of local router or of remote router ? 2)mac must be that of server or of local router...
... To Send from the SitePlayer: Destination IP = External Router IP. Use port forwarding in the router to route to destination IP on network. Use MAC of...
... <BZZZZZZZT> Sorry Dwight, wrong answer. :-\ It's the other way around. To send UDP off-LAN, fill the Destination MAC address of the local router thru...
Hi everyone, I am Anod in PSU frame KSA. I have project for Flash memory and I hope you help me for find all information about it. If you can help me to find...
This may be a dumb question but is it possible to generate an email from a siteplayer? I love the interactive web pages with the I/O objects but need to add ...
You can send UDP packets and have a PC catch those pakets and send the e-mail. I think the PC (VisualBasic) application is available in the SitePlayer web site...
I would really doubt that you could put an email server in the siteplayer. I would use a remote smtp server and udp from the siteplayer to trigger an email. ...