Trezor Communication Inquiries

Oh okay, so I really can’t communicate using usb-hid if firmware is 1.7.0 or higher ? Is it because the ‘new’ firmwares don’t impelment the hid communication anymore ?

For 3 main reasons :

  • I am going to have to explain in detail what I need to do, so please bear with me : I want to be able to execute the pin verification function implemented in the firmware using different pin values for the user pin input and the stored pin and without the button protection (the need to click on one of T-1 buttons). I suppose this is something I have to change in the firmware of the T-1 device and has nothing to do with the communication.
  • I want to integrate it in an already built tool in order to facilitate the tests for someone who isn’t familiar with the communication protocol or the python-trezor library.
  • I (still) have no idea how to use the python-trezor library directely in python scripts :sweat_smile: