-
Notifications
You must be signed in to change notification settings - Fork 20
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
Trainer Not Detected #43
Comments
If antifier does not work at this point, I probably do not have a solution either. |
Thanks I’ll check it out.
Jeff
… On Jan 22, 2020, at 1:39 PM, WouterJD ***@***.***> wrote:
If antifier does not work at this point, I probably do not have a solution either.
You might check https://github.com/WouterJD/FortiusANT/ which is a successor of antifier.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
In case of questions, please post on https://github.com/WouterJD/FortiusANT/ thanks |
Thanks for your feedback! The 1904 was implemented in 2020-02-25 version of usbTrainer.py, introducing variables for the constants.: I have implemented the constants from @totalreverse interface definitions; when new types are required I will update the list. I do not expect many updates. Regarding "I would propose you do the following to solve the issue:" do you mean additional updates are required? |
Please sign WouterJD/FortiusANT#14 thanks |
Hi, my proposal is more as a proposal to quick fix the issue. The intended
recipient for that message was the person who raised the issue.
Thanks for a great project. It will keep my trainer alive now after Tacx
has ended the support for the software.
Best regards Morgan
Den fre 13 mars 2020 10:08WouterJD <[email protected]> skrev:
… Thanks for your feedback!
The 1904 was implemented in 2020-02-25 version of usbTrainer.py,
introducing variables for the constants.:
tt_iMagicWG = 0x1904 # New "white green" iMagic headunit (firmware inside)
I have implemented the constants from @totalreverse
<https://github.com/totalreverse> interface definitions; when new types
are required I will update the list. I do not expect many updates.
The code detects known trainers but does not detect unknown trainers but
simply ignores them. This is not the nicest approach (a message
"unsupported Tacx trainer" would be nicer), but perhaps (considering where
we are in the lfe-time of USB-trainers) acceptable.
Regarding "I would propose you do the following to solve the issue:" do
you mean additional updates are required?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJLCTCYTHL6ANMZ33LGC6DRHHZYJANCNFSM4KKLE4RA>
.
|
Anxious to see your results on Strava/insta👍
Met vriendelijke groeten Wouter Dubbeldam
On Fri, Mar 13, 2020 at 12:14 PM +0100, "Lorangaw" <[email protected]> wrote:
Hi, my proposal is more as a proposal to quick fix the issue. The intended
recipient for that message was the person who raised the issue.
Thanks for a great project. It will keep my trainer alive now after Tacx
has ended the support for the software.
Best regards Morgan
Den fre 13 mars 2020 10:08WouterJD <[email protected]> skrev:
Thanks for your feedback!
The 1904 was implemented in 2020-02-25 version of usbTrainer.py,
introducing variables for the constants.:
tt_iMagicWG = 0x1904 # New "white green" iMagic headunit (firmware inside)
I have implemented the constants from @totalreverse
<https://github.com/totalreverse> interface definitions; when new types
are required I will update the list. I do not expect many updates.
The code detects known trainers but does not detect unknown trainers but
simply ignores them. This is not the nicest approach (a message
"unsupported Tacx trainer" would be nicer), but perhaps (considering where
we are in the lfe-time of USB-trainers) acceptable.
Regarding "I would propose you do the following to solve the issue:" do
you mean additional updates are required?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIJLCTCYTHL6ANMZ33LGC6DRHHZYJANCNFSM4KKLE4RA>
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I tried to use only a windows 10 computer with two ANT dongles. I got the same problem and the solution was obviously the same. I added 0x1904 to the trainer.py and it works! |
Hi Jeff, any results? |
Have not had time to get back to this but it's on my list of things to do. I'll definitely update here when it's up and running. Thanks for the fix! |
WouterJD no luck so I moved over to FortiusANT but having some strange results there. I'll post on that page and see if you can help. Thanks |
Jeff, I will try to assist as soon as info provided👍 |
Seems like everything is working up until locating head unit (drivers, VendId, etc.).
Running from the build_x64 directory gave me a couple of errors looking for fxload-libusb.exe and FortiusSWPID1942Renum.hex which are in the main directory. I tried copying those two into the build_x64 directory and still no luck.
Any ideas, I'd love to get this working. Thanks!
The text was updated successfully, but these errors were encountered: