Dear geezer ... perfectly logical, you can only use a fixed address when u specify a MAC address. Remember SP only has inbound ARP. Regards Andy...
5353
yer362
Aug 4, 2005 5:46 pm
... OK. But in the same time SitePlayerPC simulator do not required destination MAC for direct sending....
5354
Dhiaurrahman
dio_chernobyl
Aug 26, 2005 4:54 pm
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......
5355
tgmcnaughton
Aug 28, 2005 8:15 pm
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...
5356
tgmcnaughton
Aug 28, 2005 8:57 pm
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...
5357
jrem
jrem123
Aug 29, 2005 12:45 pm
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...
5358
tgmcnaughton
Aug 29, 2005 11:49 pm
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...
5359
Rusty Haddock
kd4wlz
Aug 30, 2005 12:16 am
... 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 --...
5360
jrem
jrem123
Aug 30, 2005 1:03 pm
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...
5361
jrem
jrem123
Aug 30, 2005 1:05 pm
... 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...
5362
Rusty Haddock
kd4wlz
Aug 30, 2005 5:32 pm
... 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,...
5363
jrem
jrem123
Aug 30, 2005 8:10 pm
lol & lmao ... ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs...
5364
jrem
jrem123
Aug 30, 2005 10:42 pm
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...
5365
Dwight Phillips
dwightephillips
Aug 31, 2005 2:44 am
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...
5366
tgmcnaughton
Aug 31, 2005 3:22 am
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...
5367
Dwight Phillips
dwightephillips
Aug 31, 2005 4:22 pm
... 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...
5368
dynapb
petebech
Sep 2, 2005 1:23 pm
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 ...
5369
Dwight Phillips
dwightephillips
Sep 2, 2005 4:15 pm
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...
5370
tgmcnaughton
Sep 8, 2005 7:04 am
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...
5371
bernardcawley
Sep 8, 2005 6:14 pm
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...
5372
Dwight Phillips
dwightephillips
Sep 8, 2005 10:37 pm
... 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...
5373
tgmcnaughton
Sep 9, 2005 9:35 am
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: ...
5374
Bernard Cawley
bernardcawley
Sep 9, 2005 12:49 pm
... 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 ...
5375
jrem
jrem123
Sep 9, 2005 1:58 pm
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...
5376
Bernard Cawley
bernardcawley
Sep 9, 2005 3:19 pm
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...
5377
Dwight Phillips
dwightephillips
Sep 9, 2005 5:24 pm
... 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. ...
5378
jecottrell65
Sep 11, 2005 10:35 pm
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...
5379
Garry Johnson
dgarryjohnso...
Sep 11, 2005 10:43 pm
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 ...
5380
jecottrell65
Sep 11, 2005 11:33 pm
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 ...
5381
tgmcnaughton
Sep 15, 2005 9:19 am
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...