You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Just looking into this a bit more - looks like there's quite a bit of info out there. I'm quite tempted to take a trip to Maplin right now :)

    Please let me know how you get on - I'd love to get a working module that handles both RX and TX... There's a huge amount that you could do with this.

    edit:

    oops about the finishing pulse. Try replacing:

    cmdStream+="p(TX,1,0.25);p(TX,0,0.25);";­ //msg end bit
    cmdStream+="p(TX,1,0);"; 
    

    with

    cmdStream+="p(TX,1,0.25);"; //msg end bit
    cmdStream+="p(TX,1,0);"; // wait
    
About

Avatar for Gordon @Gordon started