linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Josh Hammond" <jhammond-qGaTmy9+pjn8wb0/L2CcF0B+6BGkLq7r@public.gmane.org>
To: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-c-programming-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Accessing USB thermometer sensor
Date: Fri, 20 Jun 2008 15:28:05 +0200 (CEST)	[thread overview]
Message-ID: <8b08c39f01286180748bbc0eeddc56cb.squirrel@webmail.vp44.net> (raw)

Hello to everybody.
I have recently purchased a USB thermometer from a chinese ebay store.
The sensor has no brand whatsoever and just carries the "TEMPer" label.

I plugged it to my debian unstable box (with a vanilla 2.6.24.4 kernel)
and it was detected as

4348:5523 WinChipHead USB->RS 232 adapter with Prolifec PL 2303 chipset

I believe this means that it is, at least partly, accessible by a linux
system (although it seems to do some weird USB-serial emulation).
I am now trying to access the thermometer, and more specifically be able
to read the data it provides.

I realize this is a very broad question, but could somebody point me in
the right direction to be able to read the temperature from command
line?
The only serial experience I have is connecting to a switch's console and
configuring it with putty/minicom.

I pasted the outputs from syslog and lsusb but I dont' really see how
the latter relates to my problem.
Thanks to everyone that will respond, since now I feel quite lost.

Josh




dmesg:

usb 1-2.2: new full speed USB device using ehci_hcd and address 9
usb 1-2.2: configuration #1 chosen from 1 choice
pl2303 1-2.2:1.0: pl2303 converter detected
usb 1-2.2: pl2303 converter now attached to ttyUSB0


lsusb -v:

Bus 001 Device 009: ID 4348:5523 WinChipHead USB->RS 232 adapter with
Prolifec PL 2303 chipset
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass          255 Vendor Specific Class
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x4348 WinChipHead
  idProduct          0x5523 USB->RS 232 adapter with Prolifec PL 2303
chipset
  bcdDevice            2.50
  iManufacturer           0
  iProduct                2 USB-SER!
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower               78mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      1
      bInterfaceProtocol      2
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0020  1x 32 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval               1
Device Status:     0x0000
  (Bus Powered)




--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2008-06-20 13:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-20 13:28 Josh Hammond [this message]
2008-06-20 16:44 ` Accessing USB thermometer sensor Glynn Clements
     [not found]   ` <18523.56941.116797.23150-o3XtBhA/DwwNEGAfyhIZ+pATpRlcFRyyAL8bYrjMMd8@public.gmane.org>
2008-06-20 16:50     ` Josh Hammond
     [not found]       ` <1f60185ec2ee200f67d7a12ee6cbf2fb.squirrel-2RFepEojUI3piBo0p4lDPw@public.gmane.org>
2008-06-21  9:02         ` Glynn Clements
2008-06-20 21:32 ` Chris Doré
2008-06-23  7:20 ` Tosoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8b08c39f01286180748bbc0eeddc56cb.squirrel@webmail.vp44.net \
    --to=jhammond-qgatmy9+pjn8wb0/l2ccf0b+6bgklq7r@public.gmane.org \
    --cc=linux-c-programming-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).