Dear developers
This wll cause the z-uno to brick (after several iterations)
Serial.print(millis()/1000);
Tested at 4800 and 115200 Baud via USB/Serial under windows 10.
REVISION:02.14
Z-WAVE FREQUENCY:EU
ORIGINAL FW. CRC32: 45 54 B1 BC
MAXIMUM CODE SIZE: 30 KB
CURRENT FW. CRC16: FE A1
RADIO CHANNELS: 02
Cheers
Sebastian
bug report Serial.print()
Re: bug report Serial.print()
Hi,
Did you ever find out what the problem was?
Perhaps my problem is related. I have found that millis() sometimes returns 0 instead of the correct value.
The following code:
Can give a printout like this:
Strange huh?
Did you ever find out what the problem was?
Perhaps my problem is related. I have found that millis() sometimes returns 0 instead of the correct value.
The following code:
Code: Select all
loop {
currenttime = millis();
Serial.println(currenttime);
delay(2000);
}
Code: Select all
>341020
>343021
>345021
>0
>349023
Re: bug report Serial.print()
Hi perjar
No I haven't.
Sorry I couldn't help.
Cheers
Sebastian
No I haven't.
Sorry I couldn't help.
Cheers
Sebastian