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

Error updating UI from settings. Firmware Version 0. #3

Open
GoogleCodeExporter opened this issue Oct 20, 2015 · 2 comments
Open

Error updating UI from settings. Firmware Version 0. #3

GoogleCodeExporter opened this issue Oct 20, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

What steps will reproduce the problem?
1. Connect to device

What is the expected output? What do you see instead?
Error updating UI from settings. Firmware Version 0.


What version of the product are you using? On what operating system?
1.04 Windows 7 Arduino Pro Micro

Please provide any additional information below.
Problem solved
 System::Void Open(String^ ComPort, boolean ForceOpen)
    {
        Port->PortName = ComPort;
        Port->BaudRate = 57600;
        Port->ReadTimeout = 2000;
    Port->DtrEnable = true;
        try
        {
            Port->Open();
        }
        catch (System::Exception^ e)
        {

        }

Add a line Port->DtrEnable = true;


Original issue reported on code.google.com by [email protected] on 15 Feb 2015 at 8:18

@GoogleCodeExporter
Copy link
Contributor Author

Where can I download a version having this fix?
I am unable to build from the source.

Original comment by [email protected] on 25 Jul 2015 at 7:53

@GoogleCodeExporter
Copy link
Contributor Author

http://www.rcgroups.com/forums/showthread.php?t=1677559&page=178#post30753127

Original comment by [email protected] on 25 Jul 2015 at 7:59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant