I have identified a bug in the siteplayer when a file has substitutions in it and the resultant file length for download is between 1280 and 1285 bytes in...
Did you set a download password in the first download? Have you used the same password in the new download attempt? Catches me everytime I reinstall sitelinker...
Thank you guys, you have been very helpful. Right now, I have the SitePlayer setup to be able to send "Status Request" messages out of the serial port. These...
Hi, not sure if I can do this but - I received a SitePlayer as a gift and I've determined it's a bit advanced for me. The worst part is, the person bought me...
This is all a bit off-topic, but the problem is likely that the VB Winsock control MSWINSCK.OCX file is either not present, corrupted, is an incompatible...
I'm interrested in this. Can we use Paypal ? It has to be shipped to San Jose in CAl ... Wim Nijntjes Oranjekanaal 38 NZ 9415TP Hijken The Netherlands ...
I'm working on my thesis. It is about monitoring and controlling a CNC machine. This machine has three states (working well, need of maintenance and out of...
I have a few issues on which I need help or just clarification. First: I declare the following: ;OBJECT SECTION org 0h stx db "%02" addr1 db 0 addr2...
Hi Angel, FIRST - Send the decimal equiv of the desired hex value: <select size="1" name="cmd1"> <option value="^cmd1" selected>^cmd1</option> <option...
First of all, Thanks for all the help I am getting! I attempted to use the decimal but the other problem is that it ends up being send as two ASCII bytes...
Angel, You're welcome, and sorry my drop-down menu suggestion didn't work out. I played with the COM Object when first learning Siteplayer, but found it...
All, I just finished the coding. I have a main page that directs the user to the different choices plus have a table that display the present situation with...
Maybe it is caused by any NEW file or folder added to the default linking directory. There may be size limitations on the contents of the folder where one...
Hi guys I have a problem in my siteplayer website. Currently i have an AD converter (who functions perfectly) and a relay connected to my siteplayer module. My...
Hello guys. I want to multiply this: <td>^CifraSW1 ^CifraSW2,^CifraSW3 m/s</td> and put the value on the webpage. This is a value of wind speed that the meteo...
Multiply the value in your PIC code (converting the character-based value to a number first, if necessary). Then send the converted value to the SP. Chris ...
thank you very much for you help, but i only have the code in .hex and i wonder if could be possible to do the operation in html.Manual of siteplayer explains...
Are you saying that the PIC controller running the SP doesn't contain your own code? If that's the case, I'd advise writing new code- you need more control...
Yes.is the firt time that i do something with a pic and i don't use my own code.When i bought LA CROSSE 2308 WIRELESS WEATHER STATION this one include a kit...
few days ago i ask help in multiply operation.I recive suggestions to re-write all code.It was impossible, the code it's not my own(but is not a sin).i put a...
Hi If I have quite a big jpeg file that I want to use with SP for its main web page, how could I do that? I understand SP is limited to some kB so no room for...
... Try something like this for your body element: <body background="http://non_sp.local.domain/bullseye.jpg"> Note that this method has been deprecated by the...
I've been trying to communicate with my siteplayers throught the rs232 port, using a breadboard setup like the dev board. I have had no success at all. I have...
Why not set up a webserver on one of your internal machines and define the image as http://<localmachineaddress>/siteplayer/images/<imagename>.jpeg Keith...
Hi Don, I had similiar difficulties at first with SitePlayer. My major problem was the IP address of the player. In my case, my computer's IP address was...
Hi Don, RTS and CTS are not needed for direct serial connection to a PC. A RS232 RX/TX driver is needed however to translate Siteplayer's TTL-level serial...
hi, I have a few dumb questions to ask... 1. What's the purpose of UDPaddr, and UDPcount?? 2. How to determine the value of UDPport, UDPaddr, and UDPcount? In...
Hi Crystal, UDPaddr is the starting address of the Object(s) you want to send in a UDP packet, it indicates the location of the first variable to be sent....