Search results

  1. R

    Read 08M2 to PC Using VB6 How to Parse

    I am trying to get data from a PICAXE 08M2 into a PC using VB6. I also have VB.NET if it matters but prefer VB6. I am not a programmer type and on a scale of 1 to 10 (10 being really, really good) I come in around a minus 3. Any help would be most appreciated. So here is what I have for my...
  2. R

    Use 08M as a One Shot

    This I believe is my very first post and I am new to the Picaxe family of chips. I will try to explain what I am trying to do. Here is my code so far: main: if pin3 = 0 then UnLock goto main UnLock: for b0 = 0 to 0 if pin3 = 1 Then Exit high 4 pause 200 low 4 pause 500 next b0 pause...
Top