Difference between revisions of "MIC 98583"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) (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...") |
Uwe Hermann (talk | contribs) m |
||
Line 5: | Line 5: | ||
== Hardware == | == Hardware == | ||
* | * '''USB-to-serial chip''': Prolific PL2303 | ||
== Photos == | == Photos == | ||
Line 15: | Line 15: | ||
== Protocol == | == 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). | |||
{| 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 == |
Revision as of 01:27, 3 February 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.
Hardware
- USB-to-serial chip: Prolific PL2303
Photos
TODO.
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 |