We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the advice from: https://github.com/edorfaus/TEMPered/wiki/0C45%3A7401
timo@media:/TEMPered/utils (master)$ ./tempered /dev/hidraw3 0: temperature -0.00 °C /dev/hidraw3 1: temperature -0.00 °C timo@media:/TEMPered/utils (master)$ ./hid-query -e /dev/hidraw1 : 0c45:7401 interface 0 : RDing TEMPer1F_V1.3 /dev/hidraw3 : 0c45:7401 interface 1 : RDing TEMPer1F_V1.3 timo@media:~/TEMPered/utils (master)$ ./hid-query /dev/hidraw3 1 0x80 0x33 1 Device /dev/hidraw3 : 0c45:7401 interface 1 : RDing TEMPer1F_V1.3
Writing data (9 bytes): 00 01 80 33 01 00 00 00 00
Response from device (8 bytes): 80 04 ff ff ff ff 00 00 timo@media:~/TEMPered/utils (master)$ ./hid-query /dev/hidraw3 1 0x82 0x77 1 Device /dev/hidraw3 : 0c45:7401 interface 1 : RDing TEMPer1F_V1.3
Writing data (9 bytes): 00 01 82 77 01 00 00 00 00
Response from device (8 bytes): 82 02 00 00 ff ff 00 00 timo@media:~/TEMPered/utils (master)$ ./hid-query /dev/hidraw3 1 0x86 0xff 1 Device /dev/hidraw3 : 0c45:7401 interface 1 : RDing TEMPer1F_V1.3
Writing data (9 bytes): 00 01 86 ff 01 00 00 00 00
Response from device (8 bytes): 54 45 4d 50 65 72 31 46 Response from device (8 bytes): 5f 56 31 2e 33 72 31 46
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following the advice from: https://github.com/edorfaus/TEMPered/wiki/0C45%3A7401
timo@media:
/TEMPered/utils (master)$ ./tempered/TEMPered/utils (master)$ ./hid-query -e/dev/hidraw3 0: temperature -0.00 °C
/dev/hidraw3 1: temperature -0.00 °C
timo@media:
/dev/hidraw1 : 0c45:7401 interface 0 : RDing TEMPer1F_V1.3
/dev/hidraw3 : 0c45:7401 interface 1 : RDing TEMPer1F_V1.3
timo@media:~/TEMPered/utils (master)$ ./hid-query /dev/hidraw3 1 0x80 0x33 1
Device /dev/hidraw3 : 0c45:7401 interface 1 : RDing TEMPer1F_V1.3
Writing data (9 bytes):
00 01 80 33 01 00 00 00 00
Response from device (8 bytes):
80 04 ff ff ff ff 00 00
timo@media:~/TEMPered/utils (master)$ ./hid-query /dev/hidraw3 1 0x82 0x77 1
Device /dev/hidraw3 : 0c45:7401 interface 1 : RDing TEMPer1F_V1.3
Writing data (9 bytes):
00 01 82 77 01 00 00 00 00
Response from device (8 bytes):
82 02 00 00 ff ff 00 00
timo@media:~/TEMPered/utils (master)$ ./hid-query /dev/hidraw3 1 0x86 0xff 1
Device /dev/hidraw3 : 0c45:7401 interface 1 : RDing TEMPer1F_V1.3
Writing data (9 bytes):
00 01 86 ff 01 00 00 00 00
Response from device (8 bytes):
54 45 4d 50 65 72 31 46
Response from device (8 bytes):
5f 56 31 2e 33 72 31 46
The text was updated successfully, but these errors were encountered: