Skip to content

Not working with Arduino Leonardo #2

Description

@jorgecam

First of all, great work with the code !! thanks.

The problem was solved for me enabling DTR when opening the COM port. It looks like it is needed when working with Leonardo.

serialPort = new SerialPort(portName, baudRate, Parity.None, 8, StopBits.One);
serialPort.DtrEnable = true;

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