MIC 98583
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.
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 |