Please help, I can not get Z-uno running

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
Gerardo
Posts: 2
Joined: 09 Jul 2018 23:19

Please help, I can not get Z-uno running

Post by Gerardo »

Dear Team,

After trying several times I ask for your advice,.. the fact is that I don't know whether my Z-uno if porperly recognized by its windows driver,.. I had to install it manually and even so I got a message saying that it could not be properly configured.
I'm running it on windows 10, latest official IDE, same computer that I used in the past with regular Arduinos, same USB cable,..

What I notice is that I can not Runbootloader, I get an error:

C:\Users\Escipión\AppData\Local\Arduino15\packages\Z-Uno\tools\zuno_toolchain\00.08.60\zuno_toolchain\compiler.exe erase -d COM4
[82152] Failed to execute script compiler
Traceback (most recent call last):
File "compiler.py", line 24, in <module>
File "c:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 396, in load_module
File "uCxx.py", line 135, in <module>
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf3 in position 15: ordinal not in range(128)
Error while burning bootloader.


I guess the program setup is correct, at least is according guides,..

Any idea? I'm driving cracy

Thanks !!
Gerardo
p0lyg0n1
Posts: 242
Joined: 04 Aug 2016 07:14

Re: Please help, I can not get Z-uno running

Post by p0lyg0n1 »

Hi,
looks like its a problem of your home directory name. It's no ascii. "Escipión" has 0xf3 non ASCII character. Try to create another user with ASCII name.
Alex.
Post Reply