Search found 2 matches

by EierLukas
Thu Jun 08, 2017 9:01 pm
Forum: Report Bugs
Topic: DevKitC goes to Baud 76923 when starting new serial connection
Replies: 2
Views: 5207

Re: DevKitC goes to Baud 76923 when starting new serial connection

Hi there, I have provided a capture as an attachment. I am using salea logic, so I am limited to the formats provided by that software. Can you work with the provided files, or do you need them in another format? For my testing I am using an ESP32_Core_board_V2. I will try to get a hold of another o...
by EierLukas
Sun Jun 04, 2017 12:39 pm
Forum: Report Bugs
Topic: DevKitC goes to Baud 76923 when starting new serial connection
Replies: 2
Views: 5207

DevKitC goes to Baud 76923 when starting new serial connection

Hi there, I have an issue with my ESP32 DevKitC. When I connect to serial using the USB port two times, the baud rate suddenly reverts to 76923 from the previous 115200 (or any other rate set, for that matter). This can be easily reproduced with this code: $ cat main.c #include "esp_log.h" #include ...