Skip to content

v3 Plug - UART Parity Setting Error #9

Closed
@Roving-Ronin

Description

@Roving-Ronin

@athom-tech

With the default config on the v3 plug of:

uart:
  rx_pin: GPIO20
  baud_rate: 4800
  data_bits: 8
  stop_bits: 1
  parity: EVEN

When booting I notice the following error:

[E][uart:029]: Invalid parity: Integration requested parity NONE but you have EVEN!

Is this setting correct, or should it be:

uart:
  rx_pin: GPIO20
  baud_rate: 4800
  data_bits: 8
  stop_bits: 1
  parity: NONE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions