debrouxl / tilibs

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)
http://lpg.ticalc.org/prj_tilp
67 stars 22 forks source link

libti*: add support for the Nspire DataTracker Cradle & Nspire Lab Cradle #15

Open debrouxl opened 7 years ago

debrouxl commented 7 years ago

Suggested by critor 2016/02/18.

Patching libticables to look for the E01C USB PID instead of E012 was enough to dump the firmware for the DataTracker Cradle through the dumb directory traversal hole, so we know that at least this abandoned prototype used NavNet.

Quick implementation notes:

debrouxl commented 5 years ago

This can be done while adding initial Nspire CX II support to libti* (issue #33).

debrouxl commented 5 years ago

Mostly done on the experimental2 branch for non-Windows. When this comment was posted for the first time, the Windows driver and its packaging were missing.