Difference between revisions of "MIC 98583"

From sigrok
Jump to navigation Jump to search
(Created page with "The [http://www.meterindco.com.tw/product/98583-usb-temp.-humidity-datalogger MIC 98583] is a USB-based temperature and humidity logger. See MIC 98583/Info for more detai...")
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[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.


See [[MIC 98583/Info]] for more details (such as '''lsusb -vvv''' output) about the device.
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 ==
== Hardware ==


* Prolific PL2303* USB-to-serial chip
* '''USB-to-serial chip''': Prolific PL2303


== Photos ==
== Photos ==


TODO.
<gallery>
<gallery>
File:Mic 98583 package1.jpg|<small>Package</small>
File:Mic 98583 package2.jpg|<small>Model</small>
File:Mic 98583 package3.jpg|<small>Other models</small>
File:Mic 98583 package contents.jpg|<small>Package contents</small>
File:Mic 98583 device front.jpg|<small>Device, front</small>
File:Mic 98583 device back.jpg|<small>Device, back</small>
File:Mic 98583 device without caps.jpg|<small>Without caps</small>
File:Mic 98583 device battery.jpg|<small>Battery compartment</small>
File:Mic 98583 manual models.jpg|<small>Manual, model overview</small>
</gallery>
</gallery>


== Protocol ==
== Protocol ==


TODO.
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).
 
{| border="0" style="font-size: smaller" class="alternategrey sortable sigroktable"
|- bgcolor="#6699ff"
!Name
!Command
!Reply
!Comments
 
|- bgcolor="#eeeeee" style="vertical-align: top"
| Identify
| I\r
| i A 98583 V1.0\r
|
 
|}


== Resources ==
== Resources ==

Latest revision as of 07:51, 10 March 2013

MIC 98583

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

Resources