Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: setRxBufferSize(): RX Buffer can't be resized when Serial is already running. #24

Open
designer2k2 opened this issue Jan 16, 2023 · 0 comments

Comments

@designer2k2
Copy link
Contributor

Hello,
all is working here, data is received ok, but i get this message on boot:

[18:40:25][I][logger:258]: Log initialized
[18:40:25][I][app:029]: Running through setup()...
[18:40:25][    44][E][HardwareSerial.cpp:525] setRxBufferSize(): RX Buffer can't be resized when Serial is already running.
[18:40:25]
[18:40:25][I][espdm:014]: DLMS smart meter component v0.9.0 started

My setup:
Win10 with python 3.9.7, esphome 2022.12.3

here my uart config:

uart:
  tx_pin: GPIO17
  rx_pin: GPIO16
  baud_rate: 2400
  rx_buffer_size: 2048
  id: mbus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant