RE: Accessing USB thermometer sensor
Chris Doré <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming,org.kernel.vger.linux-serial |
|---|---|
| Message-ID | <004601c8d31d$1dfbe960$59f3bc20$@com> |
> From: Josh Hammond > Sent: June 20, 2008 9:28 AM > > I have recently purchased a USB thermometer from a chinese ebay store. > The sensor has no brand whatsoever and just carries the "TEMPer" label. Is one of these what you have: http://www.usbfever.com/index_eproduct_view.php?products_id=257 http://www.usbfever.com/index_eproduct_view.php?products_id=446 Perhaps you can use some of the code here (C#, but you can probably work out what it does): http://nofeature.blogspot.com/2008/01/taking-advantage-of-your-temper-device html It looks like you have to do some sort of polling to get the data. Best of luck, Chris