Difference between revisions of "MIC 98583"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
|||
Line 1: | Line 1: | ||
[[File:Mic 98583 | [[File:Mic 98583.png|thumb|right|MIC 98583]] | ||
The [http://www.meterindco.com.tw/product/98583-usb-temp.-humidity-datalogger MIC 98583] is a USB-based temperature and humidity logger. | The [http://www.meterindco.com.tw/product/98583-usb-temp.-humidity-datalogger MIC 98583] is a USB-based temperature and humidity logger. |
Latest revision as of 06:51, 10 March 2013
The MIC 98583 is a USB-based temperature and humidity logger.
See MIC 98583/Info for more details (such as lsusb -vvv output) about the device.
The libsigrok driver currently supports live data acquisition via USB; other features such as setting parameters, or other run modes, are not yet implemented.
Hardware
- USB-to-serial chip: Prolific PL2303
Photos
Protocol
The device contains a Prolific PL2303 USB-to-serial chip. It accepts a simple ASCII-based protocol over the (virtual) serial port, using a baudrate of 38400 baud, with 8n2 settings (8 data bits, no parity, two stop bits).
Commands / replies
Commands consist of one ASCII character followed by 0x0d (\r, carriage return).
Name | Command | Reply | Comments |
---|---|---|---|
Identify | I\r | i A 98583 V1.0\r |