tilibs
tilibs copied to clipboard
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 suppor...
It makes it through the first Flash page and then the calc shows an error and TiLP times out. This affects both TIOS and KnightOS.
This error code is "battery's too low to install an OS right now"
When I try to dump the rom I get the error: `ROM dumping program not found. Cause: ROM dumps are not possible with this program because the tools needed to...
libticalcs only uses the dumb directory traversal hole which was available in OS 1.x, but that was fixed *long* ago. Implementing a dumper based on masquerading as another calculator, like...
It seems that the clock setting function on all calc-\*.c files are bugged, as they set `ref.tm_isdst = 1;` even through it is not Daylight Savings Time. That means that...
https://github.com/debrouxl/tilibs/blob/master/libticalcs/trunk/src/keys83p.h is missing a bunch of 2-byte keypresses, the entire 'second part' of the $FE tokens, starting at $80. For example, $FE $82 = "Xmin" etc.
After being suggested years ago, the TCP client and TCP server cables are now part of libticables' API, but they aren't implemented yet. One of the ways not to reinvent...
In conjunction with some cables, a packet splitting layer could be used to emulate a simple USB host controller, on the sender side. Said USB host controller should of course...
Even though it _will_ break building scripts, having */trunk is quite ugly & useless with Git. This also concerns the tilp_and_gfm repo.
Sort of getting desperate here. I've tried to get tilp to work on OSX, Win and Linux today, and still haven't succeeded. The ultimate goal is to install KnightOS. On...