I'd like to add some analogic gauge/meter display onto my Siteplayer web page. Do you have any examples and/or suggestions ? Thanks in advance, Giovanni...
Greetings to all, Looking to you for some guidance. I have spent many hours trawling your archive of threads and posts, many of which seem to be very close to...
Hi Niel To me it looks like either a speed (jitter) problem or perhaps a start/stop bit problem. With more data it could be possible to figure out more eaxctly...
Hi Stefan, I agree, it does look a lot like jitter. As you suggested, i have connected an rx line on a spare serial port on my PC to the same rx line being...
I want to use the serial port to send measurements to site player. I use the pic 16f877A to measure the intensity of light and to send the result to the...
... Serial port of what? A PC? A microcontroller? What? Yes, there can be a big difference! ... The writing of 0x00 is not needed. ... Hard to say... are...
Hi everyone, I'm new on siteplayer development. I want to create a project with two siteplayer in communications over ethernet link. 1)The first siteplayer...
The SP is a communications coprocessor- basically, just an interface chip. It is intended to be used with a microcontroller of some kind, since it cannot...
... Either do as Chris Peterson said in his reply or use a computer on the connecting network to read from one SP and write to the other (Given the I/O pins on...
hey to all: I have a siteplayer that works, I can ping it, it spits out the HTTP page, it takes serial com and displays the objects, everything looks normal...
hi, I am new with siteplayer, I have the old module. trying from the web page when pressing a button wants to turn on an I/O port for specific seconds and then...
... back off. ... duration in seconds) then press a button, how to make the I/O ping to go on for this entered seconds value then turn it back off ? ... The...
Hi , I was trying to connect my SP using an ordinary RJ-45 connector + an external 10/100 BaseT filter but with no sucess, so, i've been wondering if maybe...
Hola Sebastian. Yo lo he conectado sin problemas a aparatos 10/100 baseT. Quizá deberías verificar el conexionado de pines, no recuerdo si es derecho o...
Actually you could do it with javascript. So the page thats downloaded has a button. When pushed use an onclick handler to send the trequest to the siteplayer...
Hi, I was just wondering: if I'm using the RJ-45 connector with 10BaseT filters from PCA (ref. EPJ9372), do I have to use a crossover cable or just a regular...
The cross over cable depends on what you connect the other end of the siteplayer to. If you connect to a network hub or switch (a lot of dsl /cable routers are...
hi, has anyone worked with the RJ-45 connector from Bel Stewart, the ref. is SI-50170-F (datasheet: http://www.belfuse.com/Data/Datasheets/SI-50170-F.pdf) the...
I make excuses myself for very bad English I do not succeed to find the way protect the visualization or the access to the main page of the module thanks I...
thanks, is there a way to refresh the main webpage for a giving number of seconds! can I turn a led for that period then back off again? how it could be done? ...
The odds are that it is now on its default IP address of 192.168.?.? try setting sitelinker to default IP address and port (menu option) and remove password. ...
... Hi John; You probably already know that Page 18 of the SP Software Manual warns against Ethernet downloading while performing serial I/O transactions, but...
Hello Tony, I use the following at the top of my webpages, done in HTML, to refresh the page. Just put the page name in the place of the ZZZZZ. This will ...