Search results

  1. S

    PNS Web Server interface dies

    I have a PNS with a Picaxe connected to it. The PNS is powered from the ribbon cable to the Picaxe, so the 9V DC power plug is unused. Everything seems fine, except that sometimes the web interface dies, in that all HTTP connections are then refused. The Picaxe is still able to access the I2C...
  2. S

    Notes on using Javascript

    I've posted some notes on using Javascript with the PNS on my website: www.wiseworld.org.uk/PicAxe. If anyone has comments on it, please feel free to mail me.
  3. S

    Rapid requests and Favicons jam PNS

    Folks, It seems that making rapid HTTP GET requests of the PNS will cause it to drop a packet and jam. Normally this won't be a problem, assuming you don't try to access it using several web browsers at once. Even if you use Javascript to generate lots of requests, the PNS seems to keep up -...
  4. S

    Trouble using 4 commands in one Get

    Hi, I'm using four commands in one Get to write the PNS memory, but the fourth one doesn't seem to work. Am I right in reading the manual as "four is ok, more is bad"? The URL is: send.cgi?12=24011&12=25022&12=26033&12=27044 which I expect to write 11 into location...
  5. S

    PNS does not support JavaScript // comments

    Hi, I've got some JavaScript in my web pages, but notice that the web image compression utility removes end-of-lines from HTM and CGI files, presumably to save a bit of space. Unfortunately, JavaScript // comments are terminated by end-of-line, so if you use them the rest of your web page...
  6. S

    PNS Web Image Wizard can eat webspace

    Hi, I think there's a minor problem with the Web Image wizard that means you can seemingly run out of space when you've not really. When you compress the web pages ready for upload, the wizard spawns off a program to create a "bin" file containing all the web pages. Usually this...
  7. S

    PNS web server PINGs but HTTP times-out

    Hi, I've just unwrapped my new PNS, plugged in and now I'm stuck. I can PING the device OK but the web server isn't responding. Here are the details - can you help? I'm using a cross-over cable with a fixed IP address, on same sub-net as the PC. I can PING and get the expected response. With...
Top