Subject: | TEMPerV1.2 |
This is regarding Device::USB::PCSensor::HidTEMPer Version 0.0301
I'm running perl, v5.10.1 Debian Linux therm 2.6.32-5-686
I've been following the Linux Journal article http://www.linuxjournal.com/article/10809
I'm running the temper_mon.pl script and it doesn't see the probe. Well, actually, I get no
input from the probe.
I did some digging... I see your vendor and product as 0x1130 & 0x660c.
I see them as 0x0c45 & 0x7401
My probe shows up as TEMPerV1.2
When I used these new values in Device::USB I got
Device: 0C45:7401
Manufactured by RDing
Product: TEMPerV1.2
So I know I can see the probe.
I tried changing your code to the new constants but got:
Error reading information from device at
/usr/local/share/perl/5.10.1/Device/USB/PCSensor/HidTEMPer.pm line 165
Use of uninitialized value in hash element at
/usr/local/share/perl/5.10.1/Device/USB/PCSensor/HidTEMPer.pm line 165, <DATA> line 1.
I'm not familiar enough to pull the values myself with only Device::USB.
Thanks!