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
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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:
with