Search results

  1. R

    sertxd - receiving variable length data

    I'm making a control board that interfaces with Logicator software running on a desktop PC. When receiving commands from logicator, sometimes I need to receive one byte of data and sometimes it is necessary to receive two bytes of data and I may to need to receive more if I implement motor...
  2. R

    Problem using serrxd timeout

    Hi, I'm trying to add a timeout command to my code but it's not working correctly. My code is basically this: main: let b2 = 0 let b1 = 0 serrxd [1000,timeout],b2,b1 if b2 = 20 then led goto main led: let pins = b1 goto main timeout: let pins = 0 low portc 1 low portc 0 goto main Without...
  3. R

    Download program off PICAXE

    Hi, I have a picaxe 18X chip which I programmeed earlier. I would like to know how I can download the program off the chip and onto my coputer? Thanks
Top