Git Product home page Git Product logo

Comments (4)

debrouxl avatar debrouxl commented on July 18, 2024

It would indeed be possible. However, such functionality is better implemented by simple, lightweight CLI tools which do not have a runtime dependency on GUI libraries, icons, etc.
There are two such thin wrappers over the file-related and linking-related functionality of the libti* stack:

TITools was there first, and while I greatly expanded the functionality of test_ticalcs_2 over time, especially after the TILP II 1.18 release train, I'd probably use TITools for the use case you describe: test_ticalcs_2 is more of a reference implementation and developer power tool :)

I hope that this helps.

from tilp_and_gfm.

M47H3W avatar M47H3W commented on July 18, 2024

I tried using TITools, but unfortunately all of the programs won't work for some reason, either giving me a transmission error or packet error. I tried it on three different calculator models. Screenshot: https://i.imgur.com/sagglS4.png

What would be the easiest way to get and compile test_ticalcs_2 ?

from tilp_and_gfm.

debrouxl avatar debrouxl commented on July 18, 2024

When a single calculator of your choice is plugged in to your computer, is it automatically detected, and can you successfully communicate with it ? If not, you need to fix that first; on Windows, the main source of communication issues is Windows' driver limitations, but on Linux, it's a lack of udev rules, because they haven't been installed by a distro packages or by the user.

To answer your question: test_ticalcs_2 is produced as part of building libticalcs, e.g. with the standard build script https://github.com/debrouxl/tilp_and_gfm/raw/master/tilp/trunk/build/scripts/install_tilp.sh , which lists build dependencies for a range of distros, and reminds the user to read the CONFIG file containing information on installing the udev rules.
The best version of test_ticalcs_2 is in the experimental2 branch, but the script does not support building straight from the experimental2 branch without minor modifications. It makes me think that I should replace that "USE_EXPERIMENTAL" environment variable by two variables triggering the usage of the given branch, defaulting to master, for tilibs and tilp_and_gfm...

from tilp_and_gfm.

M47H3W avatar M47H3W commented on July 18, 2024

I had been able to communicate with the calculators via the TILP GUI and the non-GUI interface, but TITools wouldn't work even though TILP did. Reinstalling all of the required libraries manually seems to have got TITools to work for me and I no longer have those invalid packet errors.

One issue I kept running into was that I could not get something to build because it required libtifiles >= 1.1.5 while I only had 1.1.4 for example. I'm not sure why the latest isn't automatically installed, but I had to resolve it through manually looking for the package .deb files online to install them.

from tilp_and_gfm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.