MIC 98583

From sigrok
Revision as of 02:27, 3 February 2013 by Uwe Hermann (talk | contribs)
Jump to navigation Jump to search

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

Resources