tilibs icon indicating copy to clipboard operation
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...

Results 36 tilibs issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to package a snapshot of these libraries in Mageia using a rpm package. I use the sequence: cmake cmake build cmake install I use a chrooted environment...

With this cable, a calculator can be connected to pins 16 (Tip/Red) and 18 (Ring/White) ideally through a ~1k resistor. Transmission happens by switching the lines between tristate input and...

On my previous OS, there was no problem to create .tig backups, which I still have and TiLP can recognize. However, on a new system, everything seems working except creating...

Making a **CLI interface on top of libtifiles**, to provide **portable, native code functionality for manipulating computer files suitable for calculators**, is a very old idea, and I should have...

I have several offical TI graylink cables that work fine in TILP 1.18 on Linux using cheap serial-to-usb adapters, but since /dev/ttysX is hardcoded I have to simlink to /dev/ttyUSBX....

On Ubuntu 20.04 / x86_64: ... Making all in tests make[2]: Entering directory '/root/lpg/tilp/tilibs/libticalcs/trunk/tests' depbase=`echo test_ticalcs_2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.. -I../src -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/local/include/tilp2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0...

After some discussions at https://github.com/nspire-emus/firebird/issues/227 and some bug hunting I am (somewhat) surprised to see: ``` (tilp:92109): ticables-WARNING **: 16:58:22.966: usb_bulk_read (Unknown error). ``` whenever I try to interact with...

Suggested by critor 2017/02/28. Quick implementation notes: - [x] libticonv: add new model, add new ticonv_is_*(). - [x] libtifiles: at least support for the .c2u file extension, with \*\*TIFL\*\* header...

The wish of creating a fifth library containing high-level operations (name suggestion: "tiopers"), in order to factor out code potentially/definitely duplicated across tilp, gfm, titools, tiutils, etc. has been floating...