Inspired by ArTICL, I have thrown together an implementation of the TI-82 link protocol in Python using pySerial and the Graylink. As of right now, only lists, reals, and pictures are fully implemented, yet all data types will be supported once I add them to the variable header code.
I have a few project ideas in which I can use this, and after I finish up TI-82 support I'll toss in TI-83/+ and TI-85 support (GPS-85 will almost certainly be using this to transfer the NMEA 0183 sentences between a GPS unit and the calculator). Being in Python, the code should be reasonably portable to various devices; I hope to bring this to Raspberry Pi within the next few weeks.
As an early example, here's the PC simulating a Get(L1):
I have a few project ideas in which I can use this, and after I finish up TI-82 support I'll toss in TI-83/+ and TI-85 support (GPS-85 will almost certainly be using this to transfer the NMEA 0183 sentences between a GPS unit and the calculator). Being in Python, the code should be reasonably portable to various devices; I hope to bring this to Raspberry Pi within the next few weeks.
As an early example, here's the PC simulating a Get(L1):