An implementation of the p7 protocol using the webusb api.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Neiviv-ui ee84185000
Mise à jour de 'index.js'
2 years ago
README.md Added sendFile() function 2 years ago
commands.js Added sendFile() function 2 years ago
const.js Added sendFile() function 2 years ago
index.html Added list() and flash mem single packet commands 2 years ago
index.js Mise à jour de 'index.js' 2 years ago
internal.js Added sendFile() function 2 years ago

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