john-38787364 / antifier

Convert the output from USB Tacx turbo trainers into ANT+ signals
MIT License
52 stars 20 forks source link

fxload-libusb.exe does not run in Ubuntu ("Exec format error") #40

Open erklein-1973 opened 5 years ago

erklein-1973 commented 5 years ago

Hi John, first of all: it's a great project! Thanks for your work and for sharing your project with us!

I own a tacx imagic (1902) and installed the project via install.sh. I did some adjustments within trainer.py, but I really can't imagine, how a windows executable can run on a linux system.

Best regards Rene

PS: I created a simalar project on linux long ago, because Tacx didn't support imagic trainer on younger windows systems. I wrote a linux usb driver and a program with c++. There, I experienced, that tacx imagic version 1902 has to be initialized also (simaliar to Fortius). I started to adapt that initialization in Python using dev.ctrl_transfer. But I'm interesting in using your solution with fxload-libusb.exe.