Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

siteplayer · World’s smallest Ethernet web server

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2166
  • Category: General
  • Founded: Sep 13, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 3647 - 3676 of 6491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3647 misshsh Send Email May 2, 2003
5:02 pm
I need to input a 16-bit unsigned integer from the form. Say, the object is "number1" defined as number1 dd 0000h I want it to be displayed as hex numbers on...
3648 Chris
wittfield2000 Send Email
May 5, 2003
11:06 pm
HI again, If i am sending UDP messgaes to the SP from a VB application, and i want the message to trigger SP to send whatever is in its UDP registers, do i...
3649 jeff_birt2000 Send Email May 6, 2003
2:29 am
As I have not seen a reply to this yet...... I seem to have the same type of trouble when trying to use the 'Browser&#39; button in SitePlayer PC. It launched the...
3650 harrisondp Send Email May 6, 2003
3:39 am
Hello, The browser button does not work in windows NT, 2000, or XP. The reason is that the people who wrote this program used a shell command in vb or...
3651 McCAWLEY Gregory C
gregorymccawley Send Email
May 6, 2003
7:32 am
That's correct Chris. So, for example, if you used the factory.spd which has an 'include&#39; for UDPsend_def.inc and put: UDPADDR dw ffe6h ;position of IP...
3652 John Remington
jrem123 Send Email
May 6, 2003
12:31 pm
I'm not sure you have answered his question . . . I think he want's to know if he can generate a UDP send command from the ethernet side of the SP, in which...
3653 Michal Sokolowski
michalsok Send Email
May 6, 2003
12:54 pm
Hello Harrison. I visited your siteplayer site, and was wondering how did you get to graph the data. Do you have all the points stored in the processor...
3654 Rusty Haddock
kd4wlz Send Email
May 6, 2003
7:47 pm
... FWIW, the browser button works for me on my Win2K box at work. And it brings up my default browser, Netscrape. And I haven't written any little program...
3655 harrisondp Send Email May 6, 2003
9:49 pm
Hello Michal, I made my siteplayer graph data by using a java applet I downloaded from a web site. The weather information is stored on a PIC microcontroler...
3656 harrisondp Send Email May 6, 2003
10:17 pm
Hellom, Maybe is was wrong. But I tried the start <web addrress here> way as you noted on my windows XP PRO, and Windows 2K Server and it wont work. So I...
3657 Chris
wittfield2000 Send Email
May 6, 2003
11:20 pm
Thanks John, i was going to post a reply to greg but you answered my query! So its only possible from the serial side of things!! HMMMMMMMM So if i was going...
3658 John Remington
jrem123 Send Email
May 7, 2003
2:32 am
looks to me like the easy way is to use an I/O port on the SP and wire that to an input on the PIC, then watch for it to go high, then send the string with the...
3659 K.T.Kumar
kumar_kt Send Email
May 7, 2003
9:31 am
Hi, It is possible to generate a UDP Send request by sending a message packet to SP thro' UDP. You have to make sure that the SP is enabled to receive the UDP...
3660 John Remington
jrem123 Send Email
May 7, 2003
1:24 pm
okay, I'm learnin' . . . 26482? That port is configurable, though, right? 'cause mine is on 26481 . . . http://jrem.dnsalias.com:26481/index.htm oh, it...
3661 K.T.Kumar
kumar_kt Send Email
May 7, 2003
1:51 pm
The 26482 is the port at which the SP receives the UDP packet sent by the client according to the software manual. I don't know how to configure the receiving...
3662 n_korber Send Email May 7, 2003
2:20 pm
As far as I know port number is not configurable but SP's listening to almost every possible port number ... Regards, Nicolas ... by the client according to...
3663 jeff_birt2000 Send Email May 7, 2003
3:08 pm
It will launch my browser it just does not point it to the correct location. It always opens up to http://localhost/ which was always the siteplayer demo...
3664 John Remington
jrem123 Send Email
May 7, 2003
3:31 pm
okay, I've been following along a little, and don't have this specific problem but do have some questions . . . a) are you keying in a lan address for the ...
3665 jeff_birt2000 Send Email May 7, 2003
4:43 pm
I'm stricktly working with Siteplayer PC at this point. My SP has not arrived yet. After making the sp bin file, I then load it into SitePlayer PC....
3666 dgarryjohnson2000
dgarryjohnso... Send Email
May 7, 2003
5:11 pm
Although I've never tried it you should be able to trigger the send remotely by writing to the UDPSend object or address 0FF1Eh. Writing anything to this...
3667 dgarryjohnson2000
dgarryjohnso... Send Email
May 7, 2003
5:11 pm
You have to remember that the network is serial in nature so there cannot be more than one packet arriving at a time. Garry J ... the ... receive ... will...
3668 Rares Ivan
irares Send Email
May 7, 2003
8:24 pm
sitePlayerPC is actually a web server. When you press the <Browser> button the defaul web-browser (IE or Netscape, whatever) is lunched with the url ...
3669 Chris
wittfield2000 Send Email
May 7, 2003
11:18 pm
Good point Garry!!! But do you think a VB app will still be busy with the previous packet and the next packet may be lost??? Thanks Chris ... siteplayers ... ...
3670 Chris
wittfield2000 Send Email
May 7, 2003
11:42 pm
Thanks for the help guys!!! So if i send a UDP packet to SP from my VB app and the SP writes the data in the address 0xff1e, then it will automatically send a...
3671 dgarryjohnson2000
dgarryjohnso... Send Email
May 8, 2003
2:52 am
Any decent PC should be able to handle all the traffic a 10MBit connection can throw at it. You could have the UDP listener just take the data and store it for...
3672 Alex Karahalios
alex_karahalios Send Email
May 8, 2003
3:04 am
Rares: You Mailbox is full and no one can send you messages directly....
3673 Greg Finney
greg_finney Send Email
May 8, 2003
8:13 pm
To All; The BX-24 has a +5v voltage regulator built in. It is possible to use the Vout from the BX-24 to power the siteplayer? Thanks,...
3674 jrem123 Send Email May 9, 2003
4:22 am
Short answer . . . yes. Long answer . . . I wouldn't do it. First, I'm running a stamp on the SP, not a bx-24. So I'm not familiar with the bx spec sheets, ...
3675 Robin Hughes
v2r87 Send Email
May 9, 2003
4:40 pm
Hello all, I am new to SP but am getting the hang of it. One stumbling block I have encountered though, is in sending a serial string out the serial port when...
3676 harrisondp Send Email May 9, 2003
10:04 pm
Hello, Can you post your html and your definitions file for your siteplayer?? That would help alot in finding the problem with your COM serial problem. ...
Messages 3647 - 3676 of 6491   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help