webP7/README.md

26 lines
822 B
Markdown
Raw Permalink Normal View History

2021-07-20 15:12:43 +02:00
# Warning : Use this tool at your own risks, nobody can be taken as responsible if it damage your calculator !!!
2021-07-14 18:42:02 +02:00
2021-07-20 15:12:43 +02:00
## Usage
2021-07-14 18:42:02 +02:00
The buttons are actually diconnected, if you want to test, dive through the code.
2021-07-20 15:12:43 +02:00
## Things to change
2021-07-20 15:12:43 +02:00
- Have a more js-like code approach !
## Actual possibilities
2021-07-20 15:12:43 +02:00
- You can send files to flash memory (at least fls0, but maybe crd0 too), but only below ~1.5 ko (it freezes beyond, will patch this later)
- You can list files, make directories, remove directories etc...
- you can optimize your flash
- you can get your device infos
## Future possibilities
2021-07-20 15:12:43 +02:00
- Make a user friendly interface
- Support all p7 protocol's commands
- Screen casting ? (not a usb but a graphic difficulty)
- other stuffs
## Thanks to :
2021-07-20 15:12:43 +02:00
- Simon Lothar for his fx-reverse doc
- Cakeisalie5 for his p7 command line tool