-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can't connect to Inav-Configurator on Linux after connection with HIL #9
Comments
I used chmod for FC connection with inav-configurator on Ubuntu and it works well, but HITL doesn't work on my Ubuntu machine. Not sure what happened. It looks there is a compatibility issue with lin.xpl on my Linux machine. sudo chmod 0777 /dev/ttyACM0 |
(I am not using Linux and I am not an exprt in Linux) Try running: |
Yes, libopenal.so.1 is missing. I installed the library using the following command and it works! Thanks so much!! |
$ ldd lin.xpl Usually I'm just reconnecting the FC |
Steps to reproduce:
1 run XPlane and connect to flight-controller (from plugin menu)
2 disconnect plugin (from plugin menu)
3 try to connect with inav-confaigurator - failed
But! If after the step 2 we will connect to the port by terminal:
screen /dev/ttyACM0 115200
and thenkillall screen
we will be able to connect by inav-configurator
In my mind, after we closed the serial port in plugin we still have some unflashed data
Also, it would be great to add
if (isConnected())
to each methodsThe text was updated successfully, but these errors were encountered: