Hi
I'e purchased a gen4-iod-24t module, and i'm trrying to operate with it.
I've installed ws4 and arduino IDE and configured properly the board as requested on the gen4-iod-24t datasheet.
I've also installed the driver for the gen4 programmer from sillabs site.
But in the comm tab of ws4 (with port number properly selected) i've always the message "Device is not responding".
When i make a port scan i see the led on gen 4 programmer and the display backlight flashing.
I've tried to compile and load a form with a simple text and also an example (coolgaugeiod) and the result in the box is:
Compiling....
Looking for library 'user32'
Adding paths from jna.library.path: null
Trying user32.dll
Found library 'user32' at user32.dll
DPI detection failed, fallback to 96 dpi
Looking for library 'shell32'
Adding paths from jna.library.path: null
Trying shell32.dll
Found library 'shell32' at shell32.dll
Looking for library 'Ole32'
Adding paths from jna.library.path: null
Trying Ole32.dll
Found library 'Ole32' at Ole32.dll
Sto caricando la configurazione...
Sto inizializzando i pacchetti...
Sto preparando le schede...
Sto verificando...
Archiving built core (caching) in: C:\Users\Meliconi\AppData\Local\Temp\arduino_cache_205980\core\core_esp8266_esp8266_gen4iod_CpuFrequ ency_160,UploadSpeed_115200_a0d629d2ffca439ffd98b762907c7caf.a
Lo sketch usa 245321 byte (56%) dello spazio disponibile per i programmi. Il massimo è 434160 byte.
Le variabili globali usano 40272 byte (49%) di memoria dinamica, lasciando altri 41648 byte liberi per le variabili locali. Il massimo è 81920 byte.
Sto caricando...
Uploading 249472 bytes from C:\Users\Meliconi\AppData\Local\Temp\Arduino4D171103113854902/prova2.ino.bin to flash at 0x00000000
.
.
.
.
Completed RC=0
It loads to the board (but with the message under th box while falshing the led on he programmer but after the reset, the display is only blank black with backlight on.
What are my mistakes?
Thanks in advance
Matteo
I'e purchased a gen4-iod-24t module, and i'm trrying to operate with it.
I've installed ws4 and arduino IDE and configured properly the board as requested on the gen4-iod-24t datasheet.
I've also installed the driver for the gen4 programmer from sillabs site.
But in the comm tab of ws4 (with port number properly selected) i've always the message "Device is not responding".
When i make a port scan i see the led on gen 4 programmer and the display backlight flashing.
I've tried to compile and load a form with a simple text and also an example (coolgaugeiod) and the result in the box is:
Compiling....
Looking for library 'user32'
Adding paths from jna.library.path: null
Trying user32.dll
Found library 'user32' at user32.dll
DPI detection failed, fallback to 96 dpi
Looking for library 'shell32'
Adding paths from jna.library.path: null
Trying shell32.dll
Found library 'shell32' at shell32.dll
Looking for library 'Ole32'
Adding paths from jna.library.path: null
Trying Ole32.dll
Found library 'Ole32' at Ole32.dll
Sto caricando la configurazione...
Sto inizializzando i pacchetti...
Sto preparando le schede...
Sto verificando...
Archiving built core (caching) in: C:\Users\Meliconi\AppData\Local\Temp\arduino_cache_205980\core\core_esp8266_esp8266_gen4iod_CpuFrequ ency_160,UploadSpeed_115200_a0d629d2ffca439ffd98b762907c7caf.a
Lo sketch usa 245321 byte (56%) dello spazio disponibile per i programmi. Il massimo è 434160 byte.
Le variabili globali usano 40272 byte (49%) di memoria dinamica, lasciando altri 41648 byte liberi per le variabili locali. Il massimo è 81920 byte.
Sto caricando...
Uploading 249472 bytes from C:\Users\Meliconi\AppData\Local\Temp\Arduino4D171103113854902/prova2.ino.bin to flash at 0x00000000
.
.
.
.
Completed RC=0
It loads to the board (but with the message under th box while falshing the led on he programmer but after the reset, the display is only blank black with backlight on.
What are my mistakes?
Thanks in advance
Matteo
Comment