Iambian / tilink

Raspberry Pi Pico serial interface for TI graphing calculators
6 stars 0 forks source link

Are you going to continue? #1

Open ripSquid opened 3 years ago

ripSquid commented 3 years ago

I have been trying to do this with serial2ti83 but on arduino. It doesn't seem to work that good so I hope this would work better. :) I am looking forward to seeing this being done sometime

geekbozu commented 3 years ago

We have been working on this as we have time...we have been focusing on some usb stuff related to the project which has made it slow going. If you just want a serial link https://github.com/geekbozu/PicoGreylink Worked the last time I tested it...Iambian helped me with that variant.

Iambian commented 3 years ago

It's been in the works for some time, but the next step in the plan is building a USB MTP driver to give the RP2 a way to send/receive files between a TI-84+SE (or compatible) calculators and a PC in a user-friendly manner. Thing is, none of the libraries actually support it so much of the time spent is in trying to understand the details of MTP and the TinyUSB library. And USB in general since I started with zero experience in dealing with USB in any capacity other than an end user.

In short, yes I'm going to continue, but the current step in the process has many things before anything can be written, let alone committed and pushed.