-
Notifications
You must be signed in to change notification settings - Fork 78
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
Can it work with 1130:660C? #20
Comments
Hi Eriberto, I'm a little confused. Do you have a link for "1130:660C model (ID 1130:660c Tenx Technology, Inc. Foot Pedal/Thermometer / USB HID v1.10 Device"? The link at the bottom of your issue, (http://www.dx.com/p/usb-powered-c-f-thermometer-40-120-c-48285) is for a standard TEMPer thermometer, which is definitely supported. I'm using one! Cheers, |
Hi, The same link. My thermometer is the shown in photo (I bought this in Thanks! Eriberto 2014-10-03 19:07 GMT-03:00 James Stewart [email protected]:
|
Can you post the output of Here's the dmesg output after plugging in my TEMPer:
|
Thanks for your reply. Note that your device is 0c45:7401, not a 1130:660c. My dmesg: [ 463.164427] usb 2-1.1: new low-speed USB device number 5 using ehci_hcd Cheers, Eriberto |
Yep, the different Vendor and Product IDs definitely mean that This may be easy to fix... I'll create a branch and let you know when it's ready to test. |
Hum... Good! Thanks! I liked your program because it has a configuration file. Do you Eriberto 2014-10-08 21:24 GMT-03:00 James Stewart [email protected]:
|
Alright, can you check if your device is detected using my fork?
|
Hi! Thanks again for your quick reply. Detected, but I got these errors: temper-poll -cFound 1 devices Cheers, Eriberto 2014-10-09 8:15 GMT-03:00 James Stewart [email protected]:
|
Alas... it looks like it's a completely different chipset then. :( |
Yes, the interaction with the device most likely must be different. Without documentation or a lot of logged interaction with the reference driver/application, there is nothing we can do. If you can come up with any of this or even some working code, it would be useful to reopen this issue. |
Can I help or nothing to do? The thermometer works fine using this code: http://www.relavak.com/downloads/temper-1.0.tgz More details here: http://relavak.wordpress.com/2009/10/17/temper-temperature-sensor-linux-driver/ 2014-10-09 9:46 GMT-03:00 James Stewart [email protected]:
|
This code worked fine and can be used as reference. https://github.com/kiloforce/PyTEMPer 2014-10-09 9:50 GMT-03:00 Philipp [email protected]:
|
Hmm... as I suspected:
If your device works with relevak's driver then it should be possible to extract the relevant commands from that code and add them to temper-python. How's your Python? ;) I might order one from DX and see what turns up. But that'll take a while... |
Great to hear there is a reference! Should be no big thing to transfer the interaction patterns. Hope someone steps up to implement it! |
James and Philipp, I am confuse now... Do you intend to implement the 1130:660c as an Cheers, Eriberto 2014-10-09 10:32 GMT-03:00 Philipp [email protected]:
|
Would love to if I find time. Lacking exactly that - please don't wait for it in the near future. :-/ |
Ok! Thanks. Eriberto 2014-10-09 11:36 GMT-03:00 Philipp [email protected]:
|
Eriberto - I'd really like to implement it. I'm also pretty short on time but I don't think it would be too difficult. The only issue is testing. That device is sold out on dx.com and even if it were available to buy, it seems that it's a bit of a lottery which chipset you get when you buy a TEMPer...;). All I can do is to try making some changes on my branch and then giving them to you to test. Then rinse and repeat. It'll be a slow process but we might get there in the end. |
Thanks a lot for your attention. My real intent is have a dual version (for both thermometers), in Python, Have a nice day! Cheers, Eriberto 2014-10-09 18:43 GMT-03:00 James Stewart [email protected]:
|
Hi!
I am testing the software with a 1130:660C model (ID 1130:660c Tenx Technology, Inc. Foot Pedal/Thermometer / USB HID v1.10 Device [ PCsensor Temper]). However, I get "Found 0 devices". There is how to add support to my thermometer?
Thanks!
Eriberto
http://www.dx.com/p/usb-powered-c-f-thermometer-40-120-c-48285
The text was updated successfully, but these errors were encountered: