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
63 stars 23 forks source link

Missing example program #71

Open Heath123 opened 1 year ago

Heath123 commented 1 year ago

https://github.com/debrouxl/tilibs/blob/master/libticables/trunk/docs/html/htlib.html says:

You will find in the test folder of the library source archive a test/example program which uses this lib.

That file doesn't exist though

adriweb commented 1 year ago

you're probably looking for the source files located in the tests folder of each lib. For instance https://github.com/debrouxl/tilibs/blob/master/libticalcs/trunk/tests/test_ticalcs_2.cc

Heath123 commented 1 year ago

I was looking for the full version of the example program in the HTML file, I'm not sure if I need it any more though

debrouxl commented 1 year ago

Indeed, it's best to use the test_ti.c files from the tests folders, especially test_ticalcs_2, which is by far the most used and best tested one. The version on the experimental2 branch is significantly more powerful, and therefore an even better example.