Tim Franssen

Results 45 comments of Tim Franssen

Found anything? I myself am a bit pressed for time last week and this week, but I'll attempt to find a moment to make the TI-84+ recording and add it...

You're a genius. That could very well be the issue 🎉

Thank you for your support request @pandaboy6621! I actually bought a graphlink cable some time ago to start work on supporting it in ticalc-usb 🙂 However, I believe the protocol...

I've been spending some time on this issue today, without making much progress. After porting over some of `charset.cc` and trying a couple of things, I can now parse theta...

Adding insult to injury, `θ` is represented as 91 in the file, which is also what it says both here: https://github.com/debrouxl/tilibs/blob/a4a638df4494aa8d80819e485c4e3316a158f1ef/libticonv/trunk/src/charset.cc#L689 (`0x3b8` being the 91th element, zero indexed) and here:...

Sending `0x3b8` renders `θ` though... 😂 What the hell. Does this mean that these conversions are just from "insane TI file format" to "normal space, including on the calculator"? I...

Wait... the conversion is just for the "nonusb" part..? So for theta `91` is the value to send through the link port, but through the USB port it expects `0x03b8`...

Do you mean that when transferring the file ends up on the calculator, already archived? I guess that would be a matter of setting the right property, but I'd have...

Alright, I'm sure someone reading this will be able to confirm if I'm correct in thinking that this would be a matter of setting `DUSB_AID_ARCHIVED` to true instead of the...

This PR probably still has a bug. Programs with special characters in their name can't be deleted normally from the calculator.