Slow serial baudrates cause exceptions / WDT · Issue #7746 · esp8266/Arduino (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@HakamSaffour

Description

@HakamSaffour

Basic Infos

Platform

Settings in IDE

[env:d1_mini] platform = espressif8266 board = d1_mini framework = arduino board_build.filesystem = littlefs

; COM1 or COM3 upload_port = COM[4] upload_speed = 115200

monitor_port = COM[4] monitor_speed = 115200 monitor_flags= --parity N

Problem Description

I want to use LittleFS to save some data coming from serial port at baudrate 110, N81
I tested the provided example in:
https://github.com/esp8266/Arduino/tree/master/libraries/LittleFS/examples/LittleFS_Timestamp
and it works fine at baudrate 115200
but when changing baudrate to 110, the code seems to retart (exception)

I need to have a running FS at baudrate of 110, because I can not change the baudrate of the device I am connected to.

Sketch

https://github.com/esp8266/Arduino/blob/master/libraries/LittleFS/examples/LittleFS_Timestamp/LittleFS_Timestamp.ino

Debug Messages

@ Baudrate 110
FS with 110 baudrate

@baudrate 115200
FS with 115200 baudrate