A new update for the calcutils project has been posted. To see the latest sources go to:
http://calcutils.tuxfamily.orgThe big changes with the 0.2 release . . .
Two utilities have been added - calcbackup and calcrestore. They are designed to allow you to back up and restore everything on the calculator. With calcbackup, you create an empty directory, start up calcbackup and watch it fly until all of the files are backed up from the calculator. With calcrestore, enter a directory with files you wish to send to the calculator, start up calcrestore and watch it fly. Each of the utilities has command line help with the -h or --help option to further explain their usage, etc.
The big change behind the scenes is that I have moved the project from c to c++ and have put the bulk of the work in a pair of c++ classes, ti_usb and ti_file. But, browse the source if you would like to learn more about that, as it is fairly well documented.
Again, the only calculator currently supported is the TI89 Titanium over the USB link, and of course the project will continue to be linux only.