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...
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...
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' button in SitePlayer PC. It launched the...
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...
That's correct Chris. So, for example, if you used the factory.spd which has an 'include' for UDPsend_def.inc and put: UDPADDR dw ffe6h ;position of IP...
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...
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...
... 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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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 ...
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 ... ...
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...
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...
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, ...
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...
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. ...