Skip to content

busio.UART reports not supporting 9 bit data #2354

@ericboxer

Description

@ericboxer

Based on the Documentation busio.UART should support 9 bit data. However, when i try to create a UART port

serial485 = busio.UART(board.TX, board.RX, baudrate=38400, bits=9)

I get the following NotImplimentedError:

NotImplementedError: bytes > 8 bits not supported

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions