Timendus / ticalc-usb

A library to communicate with TI graphing calculators through WebUSB

Home Page:https://ticalc.link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator support request

pazza2234 opened this issue · comments

Device information

function globalCode(callback) {
const script = document.createElement("script");
script.innerHTML = (${callback.toString()})();
document.body.appendChild(script);
}
globalCode(() => {
angular.element('#toolbar_add_from_comp').controller().fileTypes.PROTECTED_PROGRAM={name:"Protected Program",icon:"images/filetype_program.svg"}
});

Additional information

Please provide this extra information so we can better support your calculator: it is the later faster one

Calculator name as written on the device: Ti 84 plus ce python
This calculator can also receive files made for these other types of calculators: normal ti 84 plus ce
Any other technical information that might help: idk

Please note

We do not promise to support any calculators, even if there are a lot of requests for them. We're just hobbyists with limited time available. There may be technical reasons why one device is easier to support than another. We may not have access to the device and not be able to test it. So please don't be offended if your request goes unanswered.