Skip to content

the variable "baud", a uint16_t, is too small to hold values > 65535 preventing 115200 bps #16

Open
@SciFun

Description

@SciFun

the variable "baud", a uint16_t, is too small to hold values > 65535 preventing 115200 bps

because of that, a call to cam.begin(115200) will not correctly set the variable "baud".
The uint16_t variable "baud" will only hold values up to 65535 (2^16-1).
I recommend converting that variable to a uint32_t.

Now if only I could get the actual baud rate to change! The camera is slow at 38400.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions