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

Not working with Arduino Leonardo #2

Open
jorgecam opened this issue Oct 24, 2015 · 1 comment
Open

Not working with Arduino Leonardo #2

jorgecam opened this issue Oct 24, 2015 · 1 comment

Comments

@jorgecam
Copy link

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;

@hattou
Copy link

hattou commented Dec 18, 2015

thanks for the code ! but it's not working with Arduino Leonardo , can you please help me to find the solution ?

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

2 participants