-
Notifications
You must be signed in to change notification settings - Fork 22
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_SEM_TIMEOUT error always and for anything #42
Comments
Hi Looks like an issue specific to Windows. As for precision of the GPS coordinates: the number of satellites used is recorded for each data point. Also time of first fix. See |
Hi, thanks for that quick push to master. Unfortunately,
I also once got
Is it possible to access the watch via Windows Subsystem for Linux? Out of the box it doesn't seems so; I cannot find |
Hi Just pushed a new commit, give it a try. |
Hey, only a little better. I can list some directories now, but I believe, the bigger the contents of the directory, the more unlikely it becomes that I can list its contents. But even if I could list the contents of e.g.
I found a tutorial from Microsoft about how to Connect USB devices to Windows Subsystem for Linux. I will give it a try in the coming days. |
Using usbipd-win under Windows and linux-tools-generic and hwdata under Ubuntu (Windows Subsystem for Linux) I am now able to list directory contents and download files easily. Also everything is way faster; at least the directory listing which I am able to compare to running it under Windows directly. However, I had to revert your last two commits. I guess you are better off with |
ok good to know. |
I am running Windows 10 with the latest Ruby version, in fact I just installed Ruby the first time and all dependencies should be up-to-date as well. I run your
polar
tool from an elevated PowerShell terminal, but no matter whether I requestDIR
orSYNC
I always get such errors:$ ruby .\polar_ftp --dev=//./COM3 DIR /
results in:I hardcoded the local sync directory since for some reason on my machine the device and serial are resolved as
?
and Windows could, of course, not create a directory with a question mark.I was only twice able to get the directory listings for
/
and/U/
. I then wanted to list/U/0/
and since then I only received these semaphore function timeouts (ERROR_SEM_TIMEOUT). Any idea?By the way: My ultimate goal was to extract more detailed GPS data from the watch, e.g. information about the precision of each recorded position. Not sure, however, whether Polar watches even record and/or store this information. Does anybody know this?
The text was updated successfully, but these errors were encountered: