insane303 / open-headtracker

Automatically exported from code.google.com/p/open-headtracker
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 khseal...@gmail.com on 15 Feb 2015 at 8:18

GoogleCodeExporter commented 8 years ago
Where can I download a version having this fix?
I am unable to build from the source.

Original comment by jkat...@sicom.com on 25 Jul 2015 at 7:53

GoogleCodeExporter commented 8 years ago
http://www.rcgroups.com/forums/showthread.php?t=1677559&page=178#post30753127

Original comment by khseal...@gmail.com on 25 Jul 2015 at 7:59