That's pretty funny

Reminds me of the IR gate my friend and I made in highschool. We could send over bits from one calculator to another, but we lacked the parts to make it two-way, and the time to make it send/read bytes. We did use pretty much the same scematic as you do, though; attach an IR led amost directly to one connector and one of those neat IR receivers on the other. We added an inverter though between the calculator and the IR led to invert the active low signal of the calculator, and to boost the output signal. It increased our range from about 40cm to 2 meters.
In fact, it was that project that first got me thinking about calculator networking with more than two calculators. It's what spawned the article "Multi-user networking" in this zip file, which later got me working on the CLAP (and Kerm on his gCn I think

):
http://www.ticalc.org/archives/files/fi ... 29418.html
benryves wrote:
It would be interesting to see if someone could come up with a TI<->TI IR protocol/system.
That would be quite trivial, I'd think. If you have the senders and the receivers in place, you just need a bit of software to communicate. We came up with the following idea back then:
Sending out a short pulse, followed by a long pulse = 1
Sending out a long pulse, followed by a short pulse = 0
You could use an "average" pulse as an indicator that you're starting a new data packet, and use that average to compare all following pulses with, or just measure all pulses and compare their lengths in pairs of two. That should allow you to communicate between two calculators; adding a networking layer as the CLAP does would allow communication among more calcs.
Unless you mean a protocol/system to connect two calculators as if they were linked with a cable, so you can use the TI-OS send and receive?