Search results

  1. V

    Picaxe08M2 port pin naming convention

    I am using a Picaxe08M2 to control a bore water pump using Picaxe Programming Editor v. 5.5.5 (just downloaded). The code fragment is as follows: <code> #picaxe 08m2 Symbol TimeCounter=b0 Symbol Pump_Pin=C.1 Symbol TankFullInput=3 'Output Pump_Pin 'Input TankFullInput Main: b0=0...
  2. V

    Programming difference between new and old version

    I am attempting to download a programme written using the latest version of the Picaxe editor (5.2.6) I'm using a cable equivalent to the old AXE025 with 3 in-line pins. The hardware works when I use the old version of the Picaxe editor (4.1.9) I can download an old programme to the picaxe but...
Top