TILP (formerly GtkTiLink) can transfer data between Texas Instruments graphing calculators and a computer. It works with all link cables (parallel, serial, Black/Gray/Silver/Direct Link) and it supports the TI-Z80 series (73..86), the TI-eZ80 series (83PCE, 84+CE), the TI-68k series (89, 92, 92+, V200, 89T) and the Nspire series (Nspire Clickpad / Touchpad / CX, both CAS and non-CAS)
Wild idea: firing typed events with parameters into callbacks when performing operations such as:
selecting calculator + cable;
switching communication protocol;
going to send a virtual packet / have received a full virtual packet;
going to send a raw packet / have sent a raw packet;
going to attempt receipt of a raw packet / have received a raw packet;
going to send a reset / sent a reset.
This will give better insight into the libraries' operation, for debugging purposes as well as packet dissection / manipulation (issue #12 - the event system imagined here could be used to implement it).
Wild idea: firing typed events with parameters into callbacks when performing operations such as:
This will give better insight into the libraries' operation, for debugging purposes as well as packet dissection / manipulation (issue #12 - the event system imagined here could be used to implement it).