Hello, First of all, sorry for my english I'm french. I'm using a PSoC microelectronic board for an electronic project with my school... It's composed of a...
Hello Laurent, It is recommended to send 20 NOP commands before your data. I am not very good with C, but have you set the baud rate to match the siteplayer? I...
... We'll try not to hold that against you. :-) Where is the baud rate for the serial port getting set? The default is 9600 to talk to the SitePlayer. Also,...
Hello Steve, I have changed my program to send 20-NOP Commands before my data as you told me... In fact, we can't use basic, because our teachers want to see...
Hello Rusty, I have changed my program to send 20-NOP Commands before my data as you told me... In fact, we can't use basic, because our teachers want to see...
Usually, unless your microcontroller is available with a custom library of routines, you have to write your own drivers or simple functions to handle I/O. In...
Hi everyone, Last question for me... I can't ping my siteplayer module anymore.... I can retrieve its IP address with SerialTester which is : 192.168.1.250 And...
This has happened to me a few times over the years. If I remember correctly I reloaded the firmware and then it worked again. The SitePlayer Telnet has done...
... Power-cycling probably would have worked just as well. ... That's odd since, one - it's never happened to my SPT and two - the two products use completely...
I have 2 SitePlayer Telnets, one of then gives me problems from time to time, the other has always worked fine. Power cycling the unit never fixed the problem,...
Greetings, I recently purchased a SitePlayer module for a project and was just curious if the SitePassword feature was ever implemented or not. Thanks in...
Hi, in my hardware_def.inc file I see the following: org 0ff11h io0 ds 1 ;Port 1 Bit number 0 My question is why is the port io0 defined as a STRING...
... Who said that the 'ds' directive was for STRINGS? Actually, 'ds' means 'define space' -- just allocate a chunk of memory. There is no specific type of...
Can I run PHP scrips on SitePlayer? If so, can I take the info I get into the script from a user and send it to a VB6 program running on the same network as...
The NetMedia website appears to still be selling them, albeit the RoHS variety. The best way would to simply email or phone NetMedia's sales crew to find out...
... Nope. There is no PHP interpreter that would run on such a small processor. On the other hand, you can load Java servlets as well as webpages containing...
Due to health reasons, I have not used my SPK1 for 2 years, I am now trying to use it but it does not show up as an attached device in my router settings, The...
Also, The FindSitePlayers VB program finds the SPK and list's the IP address and loaded web page title. Cannot access page from browser or load with...
Ok, reset everything and got program to load at 192.168.1.250, everything loaded but browser displays 'File Not Found' SitePlayer V1.60 (C) 2001 NetMedia, Inc....
The fact that you get that message tells me you are at the siteplayer but are asking for a page it doesn't recognize. Be sure you type the exact page address...
... Not that I remember. ... Use WireShark (free program for Linux & Windows, maybe others) to watch the appropriate packets go across the net. Tcpdump will...
... Hi, thanks for your advice, it was on my plans as last resource. I've been able to understand the protocol and did my own program to upload to siteplayer. ...
Hi, I have been using siteplayer for quite some time and have no problem with configuring it with a static IP address and doing portforwarding on it. But...