An implementation of the p7 protocol using the webusb api.
Go to file
Neiviv-ui ee84185000 Mise à jour de 'index.js' 2021-08-06 16:53:00 +02:00
README.md Added sendFile() function 2021-08-06 13:06:21 +02:00
commands.js Added sendFile() function 2021-08-06 13:06:21 +02:00
const.js Added sendFile() function 2021-08-06 13:06:21 +02:00
index.html Added list() and flash mem single packet commands 2021-07-22 18:25:57 +02:00
index.js Mise à jour de 'index.js' 2021-08-06 16:53:00 +02:00
internal.js Added sendFile() function 2021-08-06 13:06:21 +02:00

README.md

Warning : Use this tool at your own risks, nobody can be taken as responsible if it damage your calculator !!!

Usage

The buttons are actually diconnected, if you want to test, dive through the code.

Actual possibilities

  • You can list files, make directories, remove directories, send files, etc...
  • you can optimize your flash
  • you can get your device infos

Future possibilities

  • Make a user friendly interface
  • Support all p7 protocol's commands
  • Screen casting ? (not a usb but a graphic difficulty)
  • other stuffs (os update ?)

Thanks to :

  • Simon Lothar for his fx-reverse doc
  • Cakeisalie5 for his p7 command line tool