Quote:
Originally Posted by dalmat
I have bought an USB digital thermometer and want to use it in Ubuntu. Then I downloaded Temper-Tools.
I plugged in the device and dmesg gives
Code:
[138910.576074] usb 3-1: new low speed USB device using uhci_hcd and address 3
[138910.761282] usb 3-1: configuration #1 chosen from 1 choice
[138910.788996] input: PCsensor Temper as /devices/pci0000:0/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input11
[138910.789169] generic-usb 0003:1130:660C.0003: input,hidraw0: USB HID v1.10 Keyboard [ PCsensor Temper] on usb-0000:00:1d.1-1/input0
[138910.814744] input: PCsensor Temper as /devices/pci0000:0/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input12
[138910.814918] generic-usb 0003:1130:660C.0004: input,hidraw1: USB HID v1.10 Device [ PCsensor Temper] on usb-0000:00:1d.1-1/input1
Then I compiled and executed temper-tools according to instructions.
Code:
temper-read-temp /dev/ttyUSB0
But there isn't any ttyUSB0. What should I do?
|
First, why do you think the device should appear as /dev/ttyUSB0? Is this in the documentation for the thermometer? Check this:
1. Make sure that the device is a stand-in for a USB to serial adaptor.
2. Make sure that the device is a
generic USB to serial adaptor, otherwise it may have a Windows-only driver.
3. Run this command:
Code:
# tail -f /var/log/messages
4. Now unplug and plug the device. Make sure the device connection leads to the creation of /dev/ttyUSB0 -- and your provided text shows that it doesn't.
I suspect that this is a Windows-only device and that it doesn't emulate a generic USB serial adaptor.