The only PC I have available is my ubuntu 18.04 laptop, and I'm not really much of a pro at it. I managed to get the source to execute, though I had to use a precompiled version of kivy 1.10 installed via conda, because I could not get pip to install it correctly.
Anyhow, the application runs but doesn't connect to the device. The bar at the top flashes between "connecting" and "Searching /dev/ttyACM0".
The os appears to be identifying it
Code: Select all
(base) bob@bob-Lenovo-Z40-70:~$ ls -l /dev/serial/by-id
total 0
lrwxrwxrwx 1 root root 13 Sep 9 16:23 usb-AutosportLabs_RaceCapture_Pro_Mk2_00000000011C-if00 -> ../../ttyACM0
I tried doing the "alternate method" of flashing the firmware at first, but it fails with "Could not find bootloader".
Based on the trouble I had getting the dependencies sorted, I feel like it's likely an issue there, but that's getting a bit over my head. I've spent enough time on it now that I need to ask for help.
So...help?