Recent content by computer

  1. C

    Infrared 08M RC5 protocol

    Hi, I want to build a picaxe project that'd decode a button from a Hauppauge TV remote control which I believe uses the philips RC5 protocol. I've tried hooking up an IR receiver to pin3 of an 08M and getting it to do infrain2 and then send it to the computer but it never seems to decode...
  2. C

    Stupid Serin Loop Problem

    Hi, Thought this'd be simple but I just can't work out how to get it to work. Basic idea is to listen for a start command via serial in, that works fine, then wait for a number between 0 to 255 which then will cause a loop to go for that amount. However it's converting my '0' to 48 and...
  3. C

    PS/2 keyboard and lookup table

    Hi, I'd like to connect a PS/2 numpad to a picaxe-18x and wonder if there is any simple lookup system i can make. I'd like to have a sort of menu system and then have it output serial commands to another picaxe. things along the line of remembernig all the keys pressed, waiting until enter is...
  4. C

    key logger

    Hi, How would I go about making a 08M log keys from a PS/2 keyboard and storing them for later data retrival? Is there any suitable easy-to-use extended memory for the PICAXE too? So I can store a lot of key presses? Thanks  
  5. C

    close port button

    Hi, I often program chips using the Programming Editor, and then control them using VBApps. Unfortunately the Programming editor seems to always hold the comm port open, so when I switch to controlling it using VB I have to close the programming editor. This can be time consuming and...
  6. C

    pwmout value

    Ok I am really confused with PWMOUT. I have an 18X setup and have an LED on output 3. I have serial in working and it can chat to the computer fine via terminal. I want to be able to change the brightness of the LED via PWM. So, I have: serin 2, N4800, b10 That'll give me a value between 0-9...
Top