Skip to content
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

Transfer programs to USB drive #198

Open
mateoconlechuga opened this issue Oct 22, 2021 · 8 comments
Open

Transfer programs to USB drive #198

mateoconlechuga opened this issue Oct 22, 2021 · 8 comments
Assignees

Comments

@mateoconlechuga
Copy link
Owner

Send programs from the calculator to the drive. Seems useful for backups.

@darkwater4213
Copy link

What about AppVars or even Flash applications? That would also be cool...

@bryanthrmn
Copy link
Contributor

Can a calculator read another calculator's content (with cable). If no, is it a good idea ?

@mateoconlechuga
Copy link
Owner Author

No it's a horrible idea. You can already do this from the OS in the link application.

@bryanthrmn
Copy link
Contributor

lol, ok x)

@NCKiser
Copy link

NCKiser commented Sep 4, 2022

Transferring programs and AppVars would be useful, as backup, and as a way to interface with external hardware. A suitable microcontroller can present itself as a FAT32 flash device, and using AppVar (or program) data, the calculator can send commands or information to external hardware.

@jacobly0
Copy link
Collaborator

jacobly0 commented Sep 4, 2022

A suitable microcontroller can present itself as a FAT32 flash device, and using AppVar (or program) data, the calculator can send commands or information to external hardware.

Or you could communicate using literally any protocol you want with the upcoming usb library...

@NCKiser
Copy link

NCKiser commented Sep 4, 2022

A suitable microcontroller can present itself as a FAT32 flash device, and using AppVar (or program) data, the calculator can send commands or information to external hardware.

Or you could communicate using literally any protocol you want with the upcoming usb library...

I have not yet heard of this upcoming library. Where can I find more information? It has been over a year since I've been in the calculator scene, so my knowledge is a bit outdated.

@jacobly0
Copy link
Collaborator

jacobly0 commented Sep 4, 2022

usbdrvce.h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants