-
Notifications
You must be signed in to change notification settings - Fork 1
Devices
In short, all the devices that advertise the Direct-to-Excel feature should work. I'm fairly sure this includes most, maybe all, of the HID-based TEMPer and TEMPerHUM devices.
Do note though, that the devices generally have two interfaces, of which only one works - the one that works will probably be the one that is marked as a HID Keyboard interface, while one marked as a HID Device or HID Mouse interface probably won't.
In the cases that I've seen, the HID Keyboard interface is the first one, and
will therefore have interface number 0, but if you have problems, check that
you're using the correct interface (which can be found with lsusb -v
).
To make what we know explicit, though, here's a list of specific devices that we actually know work, based on having actually been tested with KeyTemper.
If you have any additions to this list, after testing the device with KeyTemper, feel free to add them, or send me reports and I'll add them for you. (Please try to be specific, though, like the existing ones, which include not only the USB IDs but also the USB vendor and product strings.)
- 0C45:7401 RDing TEMPerV1.2
- 0C45:7402 RDing TEMPerHumiV1.0
Devices based on serial port emulation, or really anything that is not based on emulating a HID keyboard with the direct-to-Excel feature.
If you have a TEMPer device by RDing that doesn't work, feel free to add its information to a list like the above, so we can have some specifics here too.