paoloros97

Results 6 issues of paoloros97

Hello, What's the difference between the "DMXUSB_Simple" and the "DMXUSB_DmxSimple" examples? Thank you in advance :) PS: I'm looking for an emulator USB to DMX to be used with freestyler

Hello, I've tried this: `inport = mido.open_input('emulatore', virtual=True)` But i got the following error: _Traceback (most recent call last): File "", line 1, in File "C:\Users\Paolo\AppData\Local\Programs\Python\Python310\lib\site-packages\mido\backends\backend.py", line 91, in open_input...

Salve, Ho testato il vostro sdk su due diverse CIE. Su una funziona tutto perfettamente, sull'altra fatica molto a reperire le informazioni. In output ho questo: ``` Waiting for the...

Salve, Cosa viene verificato qui (vedere codice sotto) con "verifyChild0" e "verifyChild1" ? CIEinterface.py : ``` def extractData(self): """ Extracts the personal data from a CIE after the EAC authentication...

Salve, lo script di prova sembra funzionare, vengono letti Nome, Cognome, CF, Residenza etc.. L'immagine però non la si riesce a visualizzare, sembra che non venga salvata propriamente. Ho provato...

I'm using a ModeMCU - ESP8266 board with this NFC reader: [https://it.aliexpress.com/item/33014782756.html?spm=a2g0s.9042311.0.0.6d6e4c4dy4vnIS](https://it.aliexpress.com/item/33014782756.html?spm=a2g0s.9042311.0.0.6d6e4c4dy4vnIS) and running this code: ``` #include // Serial Peripheral Interface #include //For read CIE's NIS with PN532 NFC...