Search found 23 matches

by bastibart
13 Dec 2018 00:31
Forum: Z-Uno
Topic: trouble using serial.println
Replies: 1
Views: 2137

trouble using serial.println

Dear z-uno community I am having trouble using the serial monitor as debugging console. Instead of strings the serial monitor outputs the ascii code of the first char only. void setup() { serial.begin(); } void someSetter(value) { serial.println("a text"); } output in serial monitor: 98 I ...
by bastibart
13 Dec 2018 00:24
Forum: Z-Uno
Topic: Bugreport Compiler - getting started
Replies: 1
Views: 2039

Re: Bugreport Compiler - getting started

Hello again

I have resolved the issue by installing version 1.8.5 of the IDE.

Thanks
by bastibart
12 Dec 2018 16:55
Forum: Z-Uno
Topic: Bugreport Compiler - getting started
Replies: 1
Views: 2039

Bugreport Compiler - getting started

Hello everybody I just took my first steps with the z-uno and ran into the following compiler error. Windows 10 Arduino IDE: 1.6.6 steps taken so far: 1. burned bootloader 2.1.4 SUCCESS 2. included z-uno into z-wave mesh, and tested pre-installed dimmer/blink program SUCCESS 3. excluded z-uno SUCCES...