Search results

  1. J

    Advanced Picaxe Manual

    Could it be worth making a manual that covers the more advanced features of the Picaxe chips (hardware interrupts timers ect)?I personally found the manuals a little bit hard to understand and came here to the forum and found the code scatted around the place(very good code too).Could it be...
  2. J

    Why some commands only work on certain parts.

    First ,this is not me complaining,just curiosity. Why do X1,X2 parts support unary mathematics ,setbit ,clearbit,but others don't. Jimmy
  3. J

    Setting Bits

    Well the 18M2 doesn't support Setbit ,so I have tried to write my own temp = 2^bit variable = variable | temp (^ = to the power of) But looking through the manuals I can't find support for ,'to the power of'. Could do it using a bit shift ,but that is not supported either. Any one got a way...
  4. J

    PokeSF Command

    How would I go about finding list of addresses for the different registers. I would like to how to use this command and have already seen it in good use in things like re-routing comparator outputs. Any help would greatly appriciated Jimmy
  5. J

    Timers

    I am currently trying to learn how to use these. so basically does the SETTIMER command set the number of clock pulses are required for the timer to overflow and increment the timer variable.So a larger number would mean the timer overflows quicker? When timer(variable) overflows it can...
  6. J

    X2 Hardware Interrupts(INT0,INT1,INT2)

    This shows how to use INT1 and INT2 on a Picaxe20X2.It has be simulated on 28X2 and 40X2 parts and seemed to work fine.Watch out for the pullup command as it will cause problems with the simulator ; ******************************* ; ***** Sample Header File ***** ...
  7. J

    Pullup comand causing Program Editor to stop responding

    The command PULLUP causes Program Editor 5.2.9 to stop responding during simulation.Command seems to still work with Picaxe chips, tested on a Picaxe20X2 and input pin was at Vs.
Top