hi all.. I need help to build an application that allow AT89S8252 to talk to Site Player via SPI. I need program example (in C) for AT89S8252. Thank you......
Hi, I have an SP with development board. When I make and download my own project it initially seems go ok. (Status bar goes full right in sitelinker) but then...
Additional info: I'm using a Linksys BEFW11S4 v2 router. The DHCP server gives my SP 192.168.1.102. And I set my browser to: http://192.168.1.102/index.htm I...
the DHCP might be the problem . . . your previous post stated "$InitialIP "192.168.1.250" and then you let your router configure a different IP? My guess...
Hello jrem, Thanks for the suggestions. I think you're right that somehow my index.htm is not getting into the SP or maybe the internal path is screwed up. I...
... Two thoughts: 1) Make sure you didn't name the file index.HTML :-) 2) Examine the .SPB file. See if you can find the HTML for your index.htm file --...
hey, Rusty: What's up with that file? I never noticed that the html was embedded in the spb file, guess I never bothered to even look. But it looks like all...
... yup, it gets a little goofy, I need to try and implement one of the suggestions left here previously about making the data format right . . . I have to...
... In a really weird mood, Rusty writes: Well, let's see. If I remember right, the .SPB file is the only file that gets loaded into a SitePlayer, no? Well,...
okay, just got to my machine with all my sp stuff, and low and behold I have a bunch of index fils, like "index.old" and "index.old2" etc, and all that stuff...
As far as file format and programming params I found the following way back in the archive that may be of help. check out the message #'s in the mesaage...
I think my SP may have died. It fails to respond to requests from SerialPortTester. The green Link light stays on all the time. It doesn't even go out...
... I have about 10 of them that do the same thing and have yet to revive one perminently. I did have 2 that came back for awhile but went back into the...
Hi All, I have noticed that many people on this group have had problems with dead SPs. What kind of work area do you use? Do you have carpeting? A cloth ...
I only work at a full staitic controlled workstation. All production here is done at static controlled work stations. Also we install the SP's last just before...
Just a suggestion to the powers that be: It would sure be nice on future development boards to make it easier to bypass the ST232 level converter. Perhaps by...
hi ive built a project with an 8051 and max232 chip which are supposed to transmit the current temperature to the siteplayer. i have used c code to program my...
... Code looks ok, I would look at your hardware, or baudrate. Have you scoped out the data leaving the Chip, Level Converter etc. to be sure of levels and...
I've been using "realterm" to look at serial I/O rather than hyperterminal. It's easier to send and display binary codes than hyperterminal. It's free at: ...
... which are supposed to ... i have used c code ... code to transmit to ... siteplayer to ... sent ... 0h to ffh ... hex numbers being ... numbers using the ...
well a couple of things come to mind . . . a) I imagine TI is a transmit interrupt and SBUF is a serial buffer on the 8051 (I don't do those machines as of...
thanks for your input ... well a couple of things come to mind . . . a) I imagine TI is a transmit interrupt and SBUF is a serial buffer on the 8051 (I don't...
... Yahoo! Security Centre. http://uk.security.yahoo.com Another thing I just thought of. The SP needs a 3 to 4 second delay before it can accept serial data. ...
Hello All, It's been a while but I have a demonstration of a current project coming up and I'd really like to be able to knock some socks off. Here is the...
Plenty of help on this stuff to be found. Found this after only a few seconds on Google. http://www.quiksoft.com/newsletter/issue003/ Good luck with it John ...
Thanks Garry! Didn't know it was going to be that easy to find. I usually end up searching on the wrong terms. Now that you've pointed me in the right ...
I have a page called p2.htm that has the following link (copied from factory site: index.htm) for toggling the red led. factory.spi?io3=^io3~1 this toggles the...