Search results

  1. K

    serout command

    ive set up my picaxe 40x to use the serout comman (as some may know from earlier questions) it seems that the line coming from pin7(the serout pin) is at a constant voltage of around 4V. Should this be the case as i expected for it to remain at 0 until i wanted to send data?
  2. K

    serout command

    this is a follow up to my earlier question (cheers for advice) when sending info from the serout i read that you could send out ascii code. the script im using is: let b0 = "a" pause 1000 serout 1, n2400, (b0) I presumed that as the value of b0 had been set as a it would send the...
  3. K

    recieving serial inputs from a picaxe

    is there anywhere that offers advice on the programming required on the pc, in order to understand theserial output being sent from the pic chip. thanks
  4. K

    using interrupts

    when you use the interrupt feature, is there a way of getting the interrupt to set off 2 seperate lines of code (not necessarily in sync). so for instance, if the interrupt was activated through pin0 becoming high could you the set pin3 high and run a seperate line of code at the same time?
Top