WiFiUdp.h no file wrong Lib D1 mini pro

now i use

  Serial.begin(74880);

at the code, but i get output in serial monitor
9600

--- Terminal on COM4 | 9600 8-N-1
--- Available filters and text transformations: colorize, debug, default, direct, esp8266_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time
--- More details at https://bit.ly/pio-monitor-filters
--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
���␗S�


i think i find it now…
i saw in WIN10 Device-manager on the UART, that i have 9600 baut
i try to change that

mmh. the baut rate in device-manager on the UART Bridge, i can change to 74880

edit:
the Bautrate what i get in the serial monitor from Platformio, has nothing to do with the baudrate in then WIN10 Device Manager, UART Bridge… ok i looking for that in the platformio …
i think is there

edit2:

bullsh… you told me that already… i have to add that in the platformio.ini

ok i try

Forget about settings in Win 10 device manager!

You need to specify the baudrate

a) in your sketch by calling Serial.begin(<baudrate>);

b) in platformio.ini by setting monitor_speed = <baudrate>

The <baudrate> must be the same for both!

sorry yes total stupid from myself… total

i change now the Baudrate in the platformio.ini

looks now

[env:d1_mini_pro]
platform = espressif8266
board = d1_mini_pro
framework = arduino
monitor_speed = 74880

and
the code

void setup() {
  // Open serial communications and wait for port to open:
  Serial.begin(74880);

pinMode(led, OUTPUT);
  digitalWrite(led, 0);

and the output from serial Monitor

--- Terminal on COM4 | 9600 8-N-1

i compile new and upload new

edit:
i try now too

[env:custom_monitor_speedrate]
monitor_speed = 74880

but that also not help’s … in the code is same same baud rate

I’ve sent you a private message.

You’ll find your inbox by cklicking on your avatar in the top right corner.
Then click on the mail envelope icon.

This doesn’t make sense.

yes, but i try that too

[env:d1_mini_pro]
platform = espressif8266
board = d1_mini_pro
framework = arduino
monitor_speed = 74880

That didn’t make any change either.
as if he still has a baud rate of 9600 hidden somewhere…

Who is “he”? What is the exact problem?

Please note the offer I made you via PM.

1 Like

Danke, wow super , vielen dank

Ich probiere es gleich nochmal

Issue solved via direct chat.

The cause was the wrong selection of the environment as there are multiple projects in the VS Code Workspace.

1 Like

Thank Youuuuuu,

I’m so happy and grateful,
not only my night but also tomorrow’s roofing , roofworker and the logging of the water damage are now saved…
you don’t know what trouble you’ve saved all of us here…
thank you very much