You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(should't here the app terminate since stuff seem to be closing ??)
I also took a peak on the dongle's traffic packages with USBTrace on windows and I think no data is being sent out.
My device is an ant+ environment sensor so 4Hz(8192) (which is the default channel frequency - your lib doesn't expose that Setting) should be working with the configuration done
The text was updated successfully, but these errors were encountered:
purpl3F0x
changed the title
USBAnt2 Not receiving any data (Windows or Linux)
ANTUSB2 Not receiving any data (Windows or Linux)
Aug 17, 2021
purpl3F0x
changed the title
ANTUSB2 Not receiving any data (Windows or Linux)
ANTUSB2 Not receiving any data (Windows, Linux)
Aug 17, 2021
I managed to get it working under Linux. Troubleshooting it a bit, I found that libusb was reporting that device was busy 'cause the kernel driver was loaded. Adding a
dev.device.SetAutoDetach(true); /*After line 31 usb.go*/
on the Open() of the usb.go seems to solve the problem
Hello I'm trying to run the antdump example. I used both Linux and windows, on both it doesn't seem to receive any data
On windows I get:
On Linux:
(should't here the app terminate since stuff seem to be closing ??)
I also took a peak on the dongle's traffic packages with USBTrace on windows and I think no data is being sent out.
My device is an ant+ environment sensor so 4Hz(8192) (which is the default channel frequency - your lib doesn't expose that Setting) should be working with the configuration done
The text was updated successfully, but these errors were encountered: