-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to send y-variables / strings / programs? #16
Comments
Have you figured out how to do this? I am having issues as well. |
In the end I've used the fork from ajcord. Pull request #14 should also do the trick. |
If you've tested and verified the code in #14, I'd be happy to merge that. Is that the case? |
I've tested it with an 82Stats and remember that Calc->Arduino or Arduino->Calc worked, but i needed to hack the code a little bit up. The code hasn't got the 82Stats model and vartype defined. (other stuff may also be required because i think the calculator wasnt recieving the right data (tokens instead of string)) #14 maybe works with an 83(+) but unfortunatly i haven't got one to test. |
Sending and receiving strings is now demonstrated in the HelloWorld example that was properly merged with #14, which does indeed properly support the TI-83 Plus/TI-84 Plus family now. Sending/receiving programs and Y= variables would be a perfect next set of examples to add. Did you ever solve this yourself, @DSchndr ? |
My tries to send an Y-Variable / string / program (which are Y-Variables according to http://merthsoft.com/linkguide/ti83+/vars.html ) crash my calc (ti-82 stats aka. TI-83 "minus" ) everytime, which sometimes looks awesome but isn´t what i want ;)
How about an small example that sends and receives those (Y-) Variables?
Here is my code to make the header and data which gets sent to the calc (doesn´t work (un)fortunatly)
The text was updated successfully, but these errors were encountered: