ti_quicksend
File hierarchy
Downloads | ||||||
Uploaded files | (15748) | |||||
TI-83 Premium CE / 84+CE / 82APy | (1955) | |||||
Utilitaires PC | (35) |
Actions
Vote :
ScreenshotAperçu
Informations
Catégories :Categories: Utilitaires PC TI-83 Premium CE / 84+CE / 82APy, Utilitaires PC TI-83 Premium CE / 84+CE / 82APy, Utilitaires PC TI-84+CSE, Utilitaires PC TI-84+CSE
Auteur Author: Adriweb
Type : Logiciel
Taille Size: 4.73 Ko KB
Mis en ligne Uploaded: 09/09/2015 - 08:00:49
Mis à jour Updated: 13/07/2016 - 14:38:53
Uploadeur Uploader: Adriweb (Profil)
Téléchargements Downloads: 196
Visibilité Visibility: Archive publique
Shortlink : http://ti-pla.net/a304736
Type : Logiciel
Taille Size: 4.73 Ko KB
Mis en ligne Uploaded: 09/09/2015 - 08:00:49
Mis à jour Updated: 13/07/2016 - 14:38:53
Uploadeur Uploader: Adriweb (Profil)
Téléchargements Downloads: 196
Visibilité Visibility: Archive publique
Shortlink : http://ti-pla.net/a304736
Description
ti_quicksend v0.1.1
2015-09-09 + 2016
Adriweb
TI-Planet.org
Info:
****************
This small program allows you to quickly send, from the command-line, a calculator file to one of the models handled by TI-Connect CE (TI-82 Advanced, TI-83 Plus.fr USB, TI-83 Premium CE, TI-84 series).
It works by calling TI's file-sending function from TI-Connect CE, so you have to have TI-Connect CE installed for it to work (and it may not work anymore at some point if TI changes something).
It takes around 5 seconds from launch to exit, for a typical program.
Steps:
****************
- Install Java (latest is preferred, as always, but it might work on earlier ones like 1.7)
- Install TI-Connect CE
- Copy/Symlink TI-Connect CE's "ticonnect.jar" as well as its DLLs (Windows: both of them in its app/ folder) or jnilib (OS X: in its Java/ folder) into one of the Java PATH folder (for example, PATH on Windows, and /usr/lib/java on OS X)
- launch with: java -jar ti_quicksend.jar [path_of_file_to_send]
Misc:
****************
On OS X, you can add something like this to your .bash_profile:
alias ti_quicksend='java -jar /the/path/to/ti_quicksend.jar'
or even:
ti_quicksend() {
java -jar /the/path/to/ti_quicksend.jar "$1" 2>&1 | grep "Error:"
}
(this version gets rid of some messages)
See also:
****************
'tiput' by Jonimoose: https://github.com/Jonimoose/TITools
2015-09-09 + 2016
Adriweb
TI-Planet.org
Info:
****************
This small program allows you to quickly send, from the command-line, a calculator file to one of the models handled by TI-Connect CE (TI-82 Advanced, TI-83 Plus.fr USB, TI-83 Premium CE, TI-84 series).
It works by calling TI's file-sending function from TI-Connect CE, so you have to have TI-Connect CE installed for it to work (and it may not work anymore at some point if TI changes something).
It takes around 5 seconds from launch to exit, for a typical program.
Steps:
****************
- Install Java (latest is preferred, as always, but it might work on earlier ones like 1.7)
- Install TI-Connect CE
- Copy/Symlink TI-Connect CE's "ticonnect.jar" as well as its DLLs (Windows: both of them in its app/ folder) or jnilib (OS X: in its Java/ folder) into one of the Java PATH folder (for example, PATH on Windows, and /usr/lib/java on OS X)
- launch with: java -jar ti_quicksend.jar [path_of_file_to_send]
Misc:
****************
On OS X, you can add something like this to your .bash_profile:
alias ti_quicksend='java -jar /the/path/to/ti_quicksend.jar'
or even:
ti_quicksend() {
java -jar /the/path/to/ti_quicksend.jar "$1" 2>&1 | grep "Error:"
}
(this version gets rid of some messages)
See also:
****************
'tiput' by Jonimoose: https://github.com/Jonimoose/TITools