Search results

  1. R

    Switching outputs with a variable

    Not sure if someone's dealt with this already, but I have a quick question about the new M2 chips. With the 18, 18A and 18M it was possible to refer to an output by a single number (i.e. high 0) and this meant you could use a variable to do this in a loop or elsewhere (e.g. let b0 = 1 high...
  2. R

    18M2 Interrupt on Serial In

    Hi there, I'm having real difficulty with a binary clock I'm trying to make which should activate when given an instruction on a serial bus. I'm using an interrupt to tell the clock to check the serial bus for an instruction but I'm using pin C.4 as the interrupt pin (which happens to be the...
  3. R

    CGI and Javascript Problems

    This is a really strange problem, but I am trying to run a page which is dependent on the value in a byte of the shared memory. It works fine when I run it offline in a browser using artificial variables instead of the ?B30, but doesn't work on the picaxe net server. Anyone got any ideas? I...
Top